Skip to content

Commit 918dea9

Browse files
authored
Update doc site deployment action
1 parent 654a0b5 commit 918dea9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/doc-site.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ jobs:
4646
name: Deploy
4747
runs-on: ubuntu-latest
4848
needs: build
49-
49+
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
50+
permissions:
51+
id-token: write
52+
contents: read
53+
5054
steps:
5155
# Once github action supports nested composite actions (anything `uses` is a composite action)
5256
# Therefore we cannot reuse the code as a separate composite action until it supports it,

0 commit comments

Comments
 (0)