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 9bf8c8a commit 4863c20Copy full SHA for 4863c20
.github/workflows/DeployPages.yml
@@ -56,3 +56,5 @@ jobs:
56
- name: Deploy to GitHub Pages
57
id: deployment
58
uses: actions/deploy-pages@v4
59
+ with:
60
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
0 commit comments