Skip to content

Commit

Permalink
set ssh push
Browse files Browse the repository at this point in the history
  • Loading branch information
bin-r00t committed Jun 14, 2024
1 parent 23c9a0d commit fee2c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mkdir .ssh
chmod 700 .ssh
ls -al
echo "${{ secrets.RSA }}\r" > .ssh/id_rsa
echo "${{ secrets.RSA }}" | tr -d '\r' > .ssh/id_rsa
chmod 600 .ssh/id_rsa
- name: Upload Files
run: |
Expand Down

0 comments on commit fee2c42

Please sign in to comment.