Update bitbucket-sync.yml

This commit is contained in:
cato
2022-06-05 10:56:58 +02:00
committed by GitHub
parent 27b327c627
commit 01880c306b

View File

@@ -35,9 +35,9 @@ jobs:
- name: Setup SSH Agent
uses: webfactory/ssh-agent@v0.5.4
with:
port: 7999
ssh-private-key: |
${{ secrets.PRIVATE_KEY }}
port: 7999
- name: Copy ssh public_key
run: echo "${{SECRETS.PUBLIC_KEY}}" > ~/.ssh/id_rsa.pub