Skip to content

Commit 03cdb93

Browse files
committed
Fix wrong secrets name
1 parent d1cbb42 commit 03cdb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Deploy
2121
uses: JamesIves/github-pages-deploy-action@releases/v3
2222
with:
23-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
23+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages # The branch the action should deploy to.
2525
FOLDER: compiled/build # The folder the action should deploy.

0 commit comments

Comments
 (0)