Skip to content

Commit 93d4655

Browse files
committed
chore: update ci
1 parent 448d212 commit 93d4655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686
8787
- name: Set SSH Environment
8888
env:
89-
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
89+
DOCS_DEPLOY_KEY: ${{ secrets.DEPLOY_TOKEN }}
9090
run: |
9191
mkdir -p ~/.ssh/
92-
echo "$ACTIONS_DEPLOY_KEY" > ~/.ssh/id_rsa
92+
echo "$DEPLOY_TOKEN" > ~/.ssh/id_rsa
9393
chmod 600 ~/.ssh/id_rsa
9494
ssh-keyscan github.com > ~/.ssh/known_hosts
9595
chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
96-
git config --local user.email "[email protected]"
97-
git config --local user.name "vbenAdmin"
96+
git config --global user.email "[email protected]"
97+
git config --global user.name "vbenAdmin"
9898
9999
- name: Build
100100
run: |

0 commit comments

Comments
 (0)