We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f67be commit 51fc2e0Copy full SHA for 51fc2e0
.github/workflows/nix-build.yml
@@ -40,6 +40,7 @@ jobs:
40
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
41
aws-region: "us-east-1"
42
output-credentials: true
43
+ role-duration-seconds: 7200
44
- name: write secret key
45
# use python so we don't interpolate the secret into the workflow logs, in case of bugs
46
run: |
0 commit comments