Skip to content

Commit b941c78

Browse files
authored
Use PAT instead of GITHUB_TOKEN
1 parent 0c336c5 commit b941c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dokka-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Deploy to GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
github_token: ${{ secrets.PAT }}
3434
publish_dir: ./build/dokka/html
3535
publish_branch: gh-pages

0 commit comments

Comments
 (0)