Skip to content

Commit

Permalink
Fixing aws role
Browse files Browse the repository at this point in the history
  • Loading branch information
dhf22 authored Aug 23, 2024
1 parent 7e3ce0c commit 2583e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: aws-credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }}
role-to-assume: ${{ secrets.AWS_IMMUTABLE_NONPROD_DOCKER_ROLE }}
aws-region: ${{ env.AWS_REGION }}

- name: Checkout code
Expand Down

0 comments on commit 2583e35

Please sign in to comment.