Skip to content

Commit 5c82835

Browse files
committed
Correct GITHUB_TOKEN
1 parent 5621b96 commit 5c82835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
# https://github.com/peaceiris/actions-gh-pages/releases
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
33-
deploy_key: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
34-
publish_dir: ./build
33+
personal_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
34+
publish_dir: ./build

0 commit comments

Comments
 (0)