set strict permissions for signing key

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2022-12-05 23:43:41 +00:00
committed by windowsboy111
parent 9717f09d20
commit 4849cc2d3f
+1
View File
@@ -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