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.
id-token
1 parent 67fe0b0 commit bf025fdCopy full SHA for bf025fd
.github/workflows/release.yml
@@ -126,6 +126,8 @@ jobs:
126
- name: GitHub OIDC Auth
127
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
128
uses: aws-actions/[email protected]
129
+ permissions:
130
+ id-token: write
131
with:
132
aws-region: ap-southeast-1
133
role-to-assume: arn:aws:iam::${{ secrets.SHARED_SERVICES_AWS_ACCOUNT_ID }}:role/supabase-github-oidc-role
0 commit comments