Skip to content

Commit 5264106

Browse files
committed
Try using GITHUB_TOKEN instead of ACCESS_TOKEN
1 parent f1394f1 commit 5264106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Deploy to GitHub Pages
2323
uses: JamesIves/github-pages-deploy-action@releases/v3
2424
with:
25-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
BRANCH: gh-pages
2727
FOLDER: Documentation

0 commit comments

Comments
 (0)