Skip to content

Commit da388db

Browse files
committed
Use personal token
1 parent 765ad64 commit da388db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: peaceiris/actions-gh-pages@v4
3131
if: github.ref == 'refs/heads/main'
3232
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
personal_token: ${{ secrets.PERSONAL_TOKEN }}
3434
publish_branch: main
3535
external_repository: rocpy/rocpy.github.io
3636
publish_dir: ./site

0 commit comments

Comments
 (0)