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 f97c870 commit 902ad6fCopy full SHA for 902ad6f
.github/workflows/dokka-publish.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Deploy to GitHub Pages
31
uses: JamesIves/github-pages-deploy-action@4.1.5
32
with:
33
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
34
branch: gh-pages
35
folder: build/dokka/html
0 commit comments