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 f8224e2 commit 2e4b784Copy full SHA for 2e4b784
1 file changed
.github/workflows/test_docs.yml
@@ -42,6 +42,6 @@ jobs:
42
uses: peaceiris/actions-gh-pages@v3
43
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
44
with:
45
- github_token: ${{ secrets.GH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
46
publish_dir: ./build_docs
47
0 commit comments