Skip to content

Commit

Permalink
fixed env name
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Nov 5, 2024
1 parent d4cedef commit ec7ea22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
actions: write
env:
AWS_REGION: '${{ secrets.AWS_REGION }}'
AWS_TESTNET: '${{ secrets.AWS_ARN }}'
AWS_TESTNET: '${{ secrets.AWS_TESTNET }}'
steps:
- name: checkout ecs repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testnet_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id-token: write
actions: write
env:
AWS_TESTNET: '${{ secrets.AWS_ARN }}'
AWS_TESTNET: '${{ secrets.AWS_TESTNET }}'
AWS_REGION: '${{ secrets.AWS_REGION }}'
steps:
- name: checkout ecs repo
Expand Down

0 comments on commit ec7ea22

Please sign in to comment.