We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2403173 commit 1c84f64Copy full SHA for 1c84f64
.github/workflows/deploy-pr-staging.yml
@@ -31,7 +31,7 @@ jobs:
31
ref: refs/pull/${{ github.event.inputs.pr_number }}/merge
32
33
- name: 🔑 Configure AWS Credentials (for ECR and EKS)
34
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v6
35
with:
36
role-to-assume: ${{ secrets.GH_ACTIONS_DEPLOY_ROLE_ARN }}
37
aws-region: ${{ env.AWS_REGION }}
0 commit comments