This commit is contained in:
parent
30927d337d
commit
6f97112429
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
apk add git nodejs ssh-agent
|
apk add git nodejs openssh-client-common
|
||||||
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
ssh-private-key: ${{ secrets.PAGES_PRIVKEY }}
|
||||||
|
|
Loading…
Reference in a new issue