File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
.github/actions/nix-build-setup Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,15 @@ inputs:
12
12
runs :
13
13
using : ' composite'
14
14
steps :
15
- - name : aws-oidc
16
- uses :
aws-actions/[email protected]
17
- with :
18
- aws-region : us-east-2
19
- role-to-assume : arn:aws:iam::279559813984:role/supabase-github-oidc-role # Shared Services
20
- role-session-name : gha-oidc-${{ github.run_id }}
21
15
- name : aws-creds
22
16
uses :
aws-actions/[email protected]
23
17
with :
24
18
disable-retry : true
25
19
aws-region : us-east-2
26
20
role-to-assume : arn:aws:iam::436098097459:role/nix-artifacts-deploy-role # supabase-dev
27
21
role-session-name : gha-oidc-${{ github.run_id }}
28
- role-chaining : true
29
- role-skip-session-tagging : true
30
- role-duration-seconds : ${{ inputs.aws-role-duration }}
22
+ role-duration-seconds : 18000
23
+
31
24
- name : Write creds files
32
25
shell : bash
33
26
run : |
You can’t perform that action at this time.
0 commit comments