We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c33d4 commit 68b8a2cCopy full SHA for 68b8a2c
1 file changed
.github/workflows/CI.yml
@@ -51,6 +51,9 @@ jobs:
51
name: github-pages
52
url: ${{ steps.deployment.outputs.page_url }}
53
runs-on: ubuntu-latest
54
+ permissions:
55
+ id-token: write
56
+ pages: write
57
needs: docs
58
steps:
59
- name: Deploy to GitHub Pages
0 commit comments