1 parent 0e2d4f2 commit 748f9f9Copy full SHA for 748f9f9
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@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6
+ uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # 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