We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b4e6 commit c4f56d1Copy full SHA for c4f56d1
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version-file: '.nvmrc'
25
cache: 'yarn'
26
- name: Configure AWS Credentials
27
- uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
+ uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
28
with:
29
aws-region: eu-west-1
30
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
0 commit comments