forgejo-ci: use mirrored ssh-agent action
All checks were successful
/ render (push) Successful in 36s
All checks were successful
/ render (push) Successful in 36s
This commit is contained in:
parent
708e863120
commit
43adb8766d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue