We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80b664 commit 2fff43bCopy full SHA for 2fff43b
1 file changed
.github/workflows/main.yml
@@ -15,5 +15,5 @@ jobs:
15
- name: Deploy MkDocs
16
uses: mhausenblas/mkdocs-deploy-gh-pages@master
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
0 commit comments