File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments