Skip to content

Commit 8abcfa6

Browse files
committed
Use personal access token
Because of JamesIves/github-pages-deploy-action#5
1 parent c8d4d97 commit 8abcfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Publish to gh-pages
1919
uses: JamesIves/[email protected]
2020
env:
21-
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
ACCESS_TOKEN: ${{ secrets.DocsPushToken }}
2222
BRANCH: gh-pages
2323
FOLDER: docs/_build/html/

0 commit comments

Comments
 (0)