1 parent 9941ef4 commit 1a951d0Copy full SHA for 1a951d0
2 files changed
.github/workflows/development.yml
@@ -77,7 +77,7 @@ jobs:
77
fetch-depth: 0
78
79
- name: Configure AWS credentials
80
- uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
+ uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6
81
with:
82
role-to-assume: ${{ secrets.ROLE_TO_ASSUME_ARN_DEV }}
83
role-duration-seconds: 900
.github/workflows/production.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
role-to-assume: ${{ secrets.ROLE_TO_ASSUME_ARN_PRD }}
46
0 commit comments