forgejo-ci: use different ssh depend
Some checks failed
/ deploy (push) Failing after 25s

This commit is contained in:
IkiWiki 2024-08-25 19:21:24 -04:00
parent 30927d337d
commit 6f97112429
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -7,7 +7,7 @@ jobs:
steps:
- name: Environment setup
run: |
apk add git nodejs ssh-agent
apk add git nodejs openssh-client-common
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}