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: |
|
run: |
|
||||||
apk add git nodejs openssh-client-common openssh-client-default
|
apk add git nodejs openssh-client-common openssh-client-default
|
||||||
- name: Start ssh-agent
|
- name: Start ssh-agent
|
||||||
uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
uses: actions/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
||||||
- name: Repo pull
|
- name: Repo pull
|
||||||
|
|
Loading…
Reference in a new issue