diff --git a/README.md b/README.md index 997d0f51..366f3716 100644 --- a/README.md +++ b/README.md @@ -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. ```