mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
set strict permissions for signing key
Signed-off-by: seth <getchoo@tuta.io>
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 (Python)
|
||||
run: bash ./update.sh
|
||||
|
||||
Reference in New Issue
Block a user