Skip to content

Commit b9f5768

Browse files
committed
Using different deploy key
1 parent a58080f commit b9f5768

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
@@ -48,5 +48,5 @@ jobs:
4848
if: github.ref == 'refs/heads/main'
4949
uses: peaceiris/actions-gh-pages@v4
5050
with:
51-
github_token: ${{ secrets.GITHUB_TOKEN }}
51+
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
5252
publish_dir: ./dist

0 commit comments

Comments
 (0)