Skip to content

Commit 975e707

Browse files
committed
TCLOUD-4860: Add id-token write permission for OIDC
1 parent 4924765 commit 975e707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy_docs_v2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- 'production'
1414
push:
1515

16+
# Need ID token write permission to use OIDC
17+
permissions:
18+
id-token: write
19+
1620
env:
1721
ACCT: ${{ inputs.environment == 'production' && '990880627107' || '327995277200' }}
1822
BUCKET: ${{ inputs.environment == 'production' && 'tiny-cloud-antora-docs-release' || 'tiny-cloud-antora-docs-preview' }}

0 commit comments

Comments
 (0)