We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cbb42 commit 03cdb93Copy full SHA for 03cdb93
.github/workflows/build-and-deploy.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Deploy
21
uses: JamesIves/github-pages-deploy-action@releases/v3
22
with:
23
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
BRANCH: gh-pages # The branch the action should deploy to.
25
FOLDER: compiled/build # The folder the action should deploy.
0 commit comments