Skip to content

Commit

Permalink
Fix Var Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 10, 2024
1 parent 655ab21 commit 3a5bfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run build -- ${{matrix.task}}
env:
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}
AWS_REGION: ${{secrets.AWS_REGION
AWS_REGION: ${{secrets.AWS_REGION}}

- name: Configure AWS Credentials (STAGING)
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -51,5 +51,5 @@ jobs:
run: npm run build -- ${{matrix.task}}
env:
AWS_ACCOUNT_ID: ${{secrets.AWS_STAGING_ACCOUNT_ID}}
AWS_REGION: ${{secrets.AWS_STAGING_REGION
AWS_REGION: ${{secrets.AWS_STAGING_REGION}}

0 comments on commit 3a5bfb9

Please sign in to comment.