Skip to content

Commit 6e08e24

Browse files
ci: change to id rsa
1 parent b1efed3 commit 6e08e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Set up SSH
6161
run: |
6262
mkdir -p ~/.ssh
63-
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
64-
chmod 600 ~/.ssh/id_ed25519
63+
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
64+
chmod 600 ~/.ssh/id_rsa
6565
ssh-keyscan github.com >> ~/.ssh/known_hosts
6666
env:
6767
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)