Skip to content

Commit 767e371

Browse files
authored
fix: change s3 artifact upload role (#2145)
Hoping this will work.
1 parent 2560f14 commit 767e371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
138138
with:
139139
aws-region: ap-southeast-1
140-
role-to-assume: arn:aws:iam::${{ secrets.SHARED_SERVICES_AWS_ACCOUNT_ID }}:role/supabase-auth-artifacts-role-936f98a
140+
role-to-assume: arn:aws:iam::${{ secrets.SHARED_SERVICES_AWS_ACCOUNT_ID }}:role/supabase-auth-artifacts-role-7656c95
141141
role-skip-session-tagging: true
142142
role-session-name: upload-assets
143143
role-chaining: true

0 commit comments

Comments
 (0)