Skip to content

Commit 412b502

Browse files
authored
Update site-build.yaml
1 parent 8883d83 commit 412b502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/site-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
SSH_KEY: ${{ secrets.IOTDB_WEBSITE_BUILD_SSH }}
4444
run: |
4545
mkdir -p ~/.ssh
46-
echo "$SSH_KEY" > ~/.ssh/id_rsa
47-
chmod 600 ~/.ssh/id_rsa
46+
echo "$SSH_KEY" > ~/.ssh/id_ed25519
47+
chmod 600 ~/.ssh/id_ed25519
4848
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
4949
git config --global user.name github-actions
5050
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
@@ -103,8 +103,8 @@ jobs:
103103
SSH_KEY: ${{ secrets.IOTDB_WEBSITE_BUILD_SSH }}
104104
run: |
105105
mkdir -p ~/.ssh
106-
echo "$SSH_KEY" > ~/.ssh/id_rsa
107-
chmod 600 ~/.ssh/id_rsa
106+
echo "$SSH_KEY" > ~/.ssh/id_ed25519
107+
chmod 600 ~/.ssh/id_ed25519
108108
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
109109
git config --global user.name github-actions
110110
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)