Skip to content

Commit

Permalink
use account id from secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Aug 14, 2024
1 parent fd7a403 commit 23797f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ jobs:
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ steps.setup-aws.outputs.aws-account-id }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}

report-if-failed:
name: Report if workflow failed
Expand Down

0 comments on commit 23797f3

Please sign in to comment.