gh: Make sure ssh key has right perms
This commit is contained in:
parent
5d407dbdf1
commit
419d4934db
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Retrieve SSH key
|
||||
run: 'echo "$ssh_key" > ssh_key'
|
||||
run: 'echo "$ssh_key" > ssh_key && chmod 600 ssh_key'
|
||||
env:
|
||||
ssh_key: ${{ secrets.SSH_KEY }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user