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 6689c9f commit ca48b96Copy full SHA for ca48b96
.github/workflows/nix-build.yml
@@ -42,7 +42,7 @@ jobs:
42
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
43
aws-region: "us-east-1"
44
output-credentials: true
45
- role-duration-seconds: 7200
+ role-duration-seconds: 9000
46
- name: write secret key
47
# use python so we don't interpolate the secret into the workflow logs, in case of bugs
48
run: |
0 commit comments