Skip to content

Commit 3dace94

Browse files
Update to use deploy key instead of personal key
1 parent 54d5ec7 commit 3dace94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Deploy to GitHub Pages
3838
uses: peaceiris/actions-gh-pages@v4
3939
with:
40-
personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
40+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
4141
publish_dir: ./dist

0 commit comments

Comments
 (0)