deploy: change forgejo perms
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m24s

This commit is contained in:
notohh 2023-10-21 02:20:28 -04:00
parent dbe1f96376
commit 6ad184b3b3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -15,6 +15,7 @@ jobs:
mkdir -p .ssh && cd .ssh
echo "$SSH_KEY" > forgejo
echo "$SSH_KNOWN_HOSTS" > known_hosts
chmod 400 forgejo
shell: bash
env:
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}