Skip to content

Commit bc75f33

Browse files
committed
fix ttl
1 parent 881b65d commit bc75f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
authenticate-aws:
130130
runs-on: ubuntu-latest
131131
environment: release
132+
needs: [build-static-binaries] # Has a TTL of 1h only
132133
outputs:
133134
access_token: ${{ steps.app-token.outputs.token }}
134135
steps:

0 commit comments

Comments
 (0)