Skip to content

Commit ad9a99d

Browse files
committed
use deploy key for pushing to external repo
1 parent aca239d commit ad9a99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Hugo Deploy GitHub Pages
2626
uses: peaceiris/actions-gh-pages@v4
2727
with:
28-
github_token: ${{ secrets.GITHUB_TOKEN }}
28+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2929
external_repository: QuantumPL/bib
3030
publish_dir: ./public

0 commit comments

Comments
 (0)