Skip to content

Commit aefd3b9

Browse files
Added personal acess token
1 parent a42b58d commit aefd3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY_2025 }}
31+
personal_token: ${{ secrets.PERSONAL_TOKEN_2025 }}
3232
external_repository: pykale/pykale.github.io
3333
publish_branch: main
3434
publish_dir: ./public

0 commit comments

Comments
 (0)