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 5621b96 commit 5c82835Copy full SHA for 5c82835
.github/workflows/build-cra.yml
@@ -30,5 +30,5 @@ jobs:
30
# https://github.com/peaceiris/actions-gh-pages/releases
31
uses: peaceiris/actions-gh-pages@v3
32
with:
33
- deploy_key: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
34
- publish_dir: ./build
+ personal_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
+ publish_dir: ./build
0 commit comments