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 0c336c5 commit b941c78Copy full SHA for b941c78
.github/workflows/dokka-publish.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Deploy to GitHub Pages
31
uses: peaceiris/actions-gh-pages@v3
32
with:
33
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PAT }}
34
publish_dir: ./build/dokka/html
35
publish_branch: gh-pages
0 commit comments