Skip to content

Commit 908a2fb

Browse files
committed
chore: update ci
1 parent 2d2a265 commit 908a2fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
8787
- name: Set SSH Environment
8888
env:
89-
DOCS_DEPLOY_KEY: ${{ secrets.DEPLOY_TOKEN }}
89+
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
9090
run: |
9191
mkdir -p ~/.ssh/
92-
echo "$DEPLOY_TOKEN" > ~/.ssh/id_rsa
92+
echo "$ACTIONS_DEPLOY_KEY" > ~/.ssh/id_rsa
9393
chmod 600 ~/.ssh/id_rsa
9494
ssh-keyscan github.com > ~/.ssh/known_hosts
9595
chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
@@ -106,7 +106,7 @@ jobs:
106106
- name: Deploy
107107
uses: peaceiris/[email protected]
108108
env:
109-
ACTIONS_DEPLOY_KEY: ${{secrets.DEPLOY_TOKEN}}
109+
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
110110
PUBLISH_BRANCH: gh-pages
111111
PUBLISH_DIR: ./dist
112112
with:

0 commit comments

Comments
 (0)