Skip to content

Commit 902ad6f

Browse files
authored
Update dokka-publish.yml
1 parent f97c870 commit 902ad6f

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: JamesIves/github-pages-deploy-action@4.1.5
3232
with:
33-
token: ${{ secrets.PAT }}
33+
token: ${{ secrets.GITHUB_TOKEN }}
3434
branch: gh-pages
3535
folder: build/dokka/html

0 commit comments

Comments
 (0)