Skip to content

Commit 9e3db7a

Browse files
committed
ci: Add accesstoken
1 parent 134b302 commit 9e3db7a

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
@@ -25,6 +25,6 @@ jobs:
2525
- name: Deploy Pages 🚀
2626
uses: JamesIves/github-pages-deploy-action@releases/v3
2727
with:
28-
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2929
BRANCH: gh-pages
3030
FOLDER: docs

0 commit comments

Comments
 (0)