We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1732 commit 65d5bf9Copy full SHA for 65d5bf9
1 file changed
.github/workflows/docs.yml
@@ -19,6 +19,10 @@ jobs:
19
deploy:
20
if: github.ref == 'refs/heads/master'
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ contents: read
24
+ pages: write
25
+ id-token: write
26
environment:
27
name: github-pages
28
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments