Skip to content

Commit

Permalink
fix(test): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalPazz committed Jul 9, 2024
1 parent 4e39e8e commit fefe01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Create SSH Key File For Tests
run: |
cat ${{secrets.GOOD_SSH_KEY}} >> ~/good.ssh
cat ${{secrets.BAD_SSH_KEY}} >> ~/bad.ssh
echo ${{secrets.GOOD_SSH_KEY}} >> ~/good.ssh
echo ${{secrets.BAD_SSH_KEY}} >> ~/bad.ssh
chmod 600 ~/good.ssh ~/bad.ssh
- name: Test
Expand Down

0 comments on commit fefe01f

Please sign in to comment.