Skip to content

Commit 051c9fd

Browse files
committed
fix: increase role duration to avoid expiration
1 parent 0e283e6 commit 051c9fd

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)