This commit is contained in:
parent
105b989eab
commit
7872199ca1
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
apk add git nodejs openssh-client-common
|
apk add git nodejs openssh-client-common openssh-client-default
|
||||||
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
- name: Start ssh-agent
|
||||||
|
uses: https://github.com/webfactory/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