Skip to content

Commit bf025fd

Browse files
committed
fix: add id-token permission to ci
1 parent 67fe0b0 commit bf025fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
- name: GitHub OIDC Auth
127127
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
128128
uses: aws-actions/[email protected]
129+
permissions:
130+
id-token: write
129131
with:
130132
aws-region: ap-southeast-1
131133
role-to-assume: arn:aws:iam::${{ secrets.SHARED_SERVICES_AWS_ACCOUNT_ID }}:role/supabase-github-oidc-role

0 commit comments

Comments
 (0)