gh: Make sure ssh key has right perms

This commit is contained in:
mintsuki 2022-02-11 21:10:36 +01:00
parent 5d407dbdf1
commit 419d4934db
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}