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.
1 parent 4924765 commit 975e707Copy full SHA for 975e707
.github/workflows/deploy_docs_v2.yml
@@ -13,6 +13,10 @@ on:
13
- 'production'
14
push:
15
16
+# Need ID token write permission to use OIDC
17
+permissions:
18
+ id-token: write
19
+
20
env:
21
ACCT: ${{ inputs.environment == 'production' && '990880627107' || '327995277200' }}
22
BUCKET: ${{ inputs.environment == 'production' && 'tiny-cloud-antora-docs-release' || 'tiny-cloud-antora-docs-preview' }}
0 commit comments