Skip to content

Commit 51fc2e0

Browse files
committed
fix: add role-duration-seconds to prevent key expire
1 parent b2f67be commit 51fc2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
4141
aws-region: "us-east-1"
4242
output-credentials: true
43+
role-duration-seconds: 7200
4344
- name: write secret key
4445
# use python so we don't interpolate the secret into the workflow logs, in case of bugs
4546
run: |

0 commit comments

Comments
 (0)