diff --git a/README.md b/README.md index 1ee30fed..cc952a6f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@master env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BASE_BRANCH: master # The branch the action should deploy from. BRANCH: gh-pages # The branch the action should deploy to. FOLDER: build # The folder the action should deploy.