Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ci: read AWS config from secrets in release workflow#18

Merged
twschiller merged 1 commit into
mainfrom
ci/release-aws-secrets
May 30, 2026
Merged

ci: read AWS config from secrets in release workflow#18
twschiller merged 1 commit into
mainfrom
ci/release-aws-secrets

Conversation

@twschiller

Copy link
Copy Markdown
Contributor

Summary

  • Switch release-extension.yml to read AWS_ROLE_TO_ASSUME and AWS_REGION from secrets.* instead of vars.* — both values are configured as repository secrets, so the vars.* references resolved to empty strings.
  • Unblocks the release workflow, which failed at aws-actions/configure-aws-credentials with Input required and not supplied: aws-region (see run 26689824563).

Test plan

  • Re-run Release extension workflow on main after merge and confirm the configure-aws-credentials step succeeds and the ZIP lands in S3.

🤖 Generated with Claude Code

The release-extension workflow referenced AWS_ROLE_TO_ASSUME and
AWS_REGION as Actions variables, but they are configured as secrets,
so configure-aws-credentials received empty values and failed with
"Input required and not supplied: aws-region".

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser-shield-demo-site Ready Ready Preview, Comment May 30, 2026 5:08pm

Request Review

@twschiller twschiller merged commit 6e55b33 into main May 30, 2026
7 checks passed
@twschiller twschiller deleted the ci/release-aws-secrets branch May 30, 2026 17:09
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.

1 participant