This commit is contained in:
parent
9ac46320c9
commit
7697f267e7
9
.github/workflows/github-pushback.yml
vendored
9
.github/workflows/github-pushback.yml
vendored
@ -21,13 +21,10 @@ jobs:
|
|||||||
- name: Is github check
|
- name: Is github check
|
||||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
||||||
|
|
||||||
- name: Install SSH key
|
- name: Set up SSH
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: webfactory/ssh-agent@v0.5.3
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.SSH_KEY }}
|
ssh-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
name: id_rsa
|
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
|
||||||
if_key_exists: replace
|
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user