mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-13 23:20:39 +00:00
Merge pull request #58 from getchoo/patch-1
set strict permissions for signing key
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ${{ runner.temp }}
|
||||
echo "${{ secrets.SSH_SIGNING_KEY }}" > ${{ runner.temp }}/signing_key
|
||||
chmod 0700 ${{ runner.temp }}/signing_key
|
||||
|
||||
- name: Run Update
|
||||
run: bash ./update.sh
|
||||
|
||||
Reference in New Issue
Block a user