Makes the default example the GITHUB_TOKEN

This commit is contained in:
James Ives 2020-06-06 10:58:54 -04:00
parent 57ea9373b3
commit 7044d02ab5

View File

@ -64,7 +64,7 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
```