We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a3430 commit 2617da4Copy full SHA for 2617da4
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
# Only configure AWS credentials and deploy on main branch
39
- name: Configure AWS credentials
40
if: github.ref == 'refs/heads/main'
41
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
+ uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5
42
with:
43
role-to-assume: ${{ vars.AWS_DEPLOY_ROLE }}
44
mask-aws-account-id: true
0 commit comments