We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654a0b5 commit 918dea9Copy full SHA for 918dea9
.github/workflows/doc-site.yml
@@ -46,7 +46,11 @@ jobs:
46
name: Deploy
47
runs-on: ubuntu-latest
48
needs: build
49
-
+ # These permissions are needed to interact with GitHub's OIDC Token endpoint.
50
+ permissions:
51
+ id-token: write
52
+ contents: read
53
+
54
steps:
55
# Once github action supports nested composite actions (anything `uses` is a composite action)
56
# Therefore we cannot reuse the code as a separate composite action until it supports it,
0 commit comments