We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97d9ef commit bc2987dCopy full SHA for bc2987d
.github/workflows/docs.yml
@@ -33,3 +33,5 @@ jobs:
33
- name: Deploy to GitHub Pages
34
id: deployment
35
uses: actions/deploy-pages@v4
36
+ with:
37
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments