Skip to content

Commit

Permalink
try fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 committed Aug 22, 2024
1 parent db964e0 commit 447c97e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
steps:
- name: configure aws credentials
id: aws-credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v1
with:
role-session-name: github-workflow-immutable-prod-admin
role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }}
aws-region: ${{ env.AWS_REGION }}

Expand Down

0 comments on commit 447c97e

Please sign in to comment.