forgejo-ci: use mirrored ssh-agent action
All checks were successful
/ render (push) Successful in 36s

This commit is contained in:
IkiWiki 2024-09-10 07:55:17 -04:00
parent 708e863120
commit 43adb8766d
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

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