Skip to content

Commit

Permalink
Use secrets namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 3, 2023
1 parent f96f4f6 commit d0a1ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ap-southeast-2
role-to-assume: ${{ env.API_ROLE_ARN }}
role-to-assume: ${{ secrets.API_ROLE_ARN }}
role-duration-seconds: 900
output-credentials: true
- name: Deploy base stack
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ env.FRONTEND_ROLE_ARN }}
role-to-assume: ${{ secrets.FRONTEND_ROLE_ARN }}
role-duration-seconds: 900
output-credentials: true
- name: Deploy frontend stack
Expand Down

0 comments on commit d0a1ed4

Please sign in to comment.