Skip to content

[WIP] Replace SpicyPizza with direct .env file - #2280

Closed
devnandan-cc with Claude wants to merge 2 commits into
developfrom
claude/replace-spicypizza-with-direct-dot-env
Closed

[WIP] Replace SpicyPizza with direct .env file#2280
devnandan-cc with Claude wants to merge 2 commits into
developfrom
claude/replace-spicypizza-with-direct-dot-env

Conversation

@Claude

@Claude Claude AI commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>Replace SpicyPizza with direct .env file</issue_title>
<issue_description>SpicyPizza/create-envfile is a small GitHub Action that writes a .env file using values passed in the with: block.

We need to skip the action and write the .env file directly with a shell step.

No third-party action, so one less external dependency to trust with our secrets.
No fixed input schema, so no lint warnings.

</issue_description>

<agent_instructions>SpicyPizza/create-envfile is a small GitHub Action that writes a .env file using values passed in the with: block.
It scans all with: inputs prefixed with envkey_ at runtime and writes them into the .env file. These keys aren't fixed - they're whatever we pass in, so the action can't list them in advance.

linter checks with: keys against that fixed list, so any envkey_* key looks "invalid" to it. It's a false positive and the workflow still runs fine and the .env file is created correctly.

Best alternative

Skip the action and write the .env file directly with a shell step

No third-party action, so one less external dependency to trust with our secrets.
No fixed input schema, so no lint warnings.</agent_instructions>

Comments on the Issue (you are @claude[agent] in this section)

@Claude Claude AI linked an issue Aug 13, 2026 that may be closed by this pull request
@aws-amplify-ca-central-1

Copy link
Copy Markdown

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2280.dla06mbe0wyl7.amplifyapp.com

@Claude
Claude AI requested a review from devnandan-cc August 13, 2026 08:20
@saumier
saumier requested a review from suhail-aliyar August 15, 2026 19:16
@devnandan-cc
devnandan-cc deleted the claude/replace-spicypizza-with-direct-dot-env branch August 18, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants