Skip to content

Fix missing aws-region input in CI deploy-docs job#244

Closed
jjpaulino wants to merge 1 commit into
masterfrom
jordan/fix-aws-region-fallback
Closed

Fix missing aws-region input in CI deploy-docs job#244
jjpaulino wants to merge 1 commit into
masterfrom
jordan/fix-aws-region-fallback

Conversation

@jjpaulino

Copy link
Copy Markdown
Member

Summary

  • update aws-region in .github/workflows/ci.yml to use a fallback expression:
    • ${{ secrets.AWS_DEFAULT_REGION || 'us-east-1' }}

Why

aws-actions/configure-aws-credentials@v4 fails when aws-region resolves to an empty value. This ensures the job always supplies a valid region even when AWS_DEFAULT_REGION is not configured.

Test plan

  • Trigger CI on this branch
  • Verify deploy-docs no longer fails with Input required and not supplied: aws-region

Made with Cursor

@jjpaulino jjpaulino closed this Apr 23, 2026
@jjpaulino
jjpaulino deleted the jordan/fix-aws-region-fallback branch April 23, 2026 14:28
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 92.014%. remained the same — jordan/fix-aws-region-fallback into master

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