We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97aa6d commit 89771f1Copy full SHA for 89771f1
1 file changed
.github/workflows/build-docs.yml
@@ -13,8 +13,6 @@ concurrency:
13
14
permissions:
15
contents: read
16
- pages: write
17
- id-token: write
18
19
jobs:
20
@@ -123,6 +121,12 @@ jobs:
123
121
needs: build
124
122
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
125
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
+ permissions:
126
+ contents: read
127
+ pages: write # to deploy to Pages
128
+ id-token: write # to verify the deployment originates from an appropriate source
129
+
130
runs-on: ubuntu-latest
131
132
environment:
0 commit comments