forgejo-ci: add missing ssh depend
Some checks failed
/ deploy (push) Failing after 26s

This commit is contained in:
IkiWiki 2024-08-25 19:25:08 -04:00
parent 105b989eab
commit 7872199ca1
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

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