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
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
- name: Set up SSH
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
name: id_rsa
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
ssh-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
|
||||
- name: Run
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user