We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c242cb4 commit 1a7eee0Copy full SHA for 1a7eee0
1 file changed
.github/workflows/deploy.yaml
@@ -19,6 +19,7 @@ jobs:
19
contents: read
20
env:
21
AWS_ROLE_ARN: ${{ vars.AWS_ROLE_ARN }}
22
+ AWS_DEFAULT_ACCOUNT: ${{ secrets.AWS_ACCOUNT_ID }}
23
AWS_DEFAULT_REGION: 'us-west-2'
24
steps:
25
- name: Configure AWS credentials
0 commit comments