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 70820d6 commit d1d2ea1Copy full SHA for d1d2ea1
.github/workflows/release.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Deploy Jazzy Docs
39
uses: peaceiris/actions-gh-pages@v3
40
with:
41
- github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
42
publish_dir: ./docs
0 commit comments