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 e058801 commit e23ab28Copy full SHA for e23ab28
.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: 10800
+ role-duration-seconds: 3600
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