Update bitbucket-sync.yml
This commit is contained in:
1
.github/workflows/bitbucket-sync.yml
vendored
1
.github/workflows/bitbucket-sync.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh-private-key: |
|
ssh-private-key: |
|
||||||
${{ secrets.PRIVATE_KEY }}
|
${{ secrets.PRIVATE_KEY }}
|
||||||
|
port: 7999
|
||||||
|
|
||||||
- name: Copy ssh public_key
|
- name: Copy ssh public_key
|
||||||
run: echo "${{SECRETS.PUBLIC_KEY}}" > ~/.ssh/id_rsa.pub
|
run: echo "${{SECRETS.PUBLIC_KEY}}" > ~/.ssh/id_rsa.pub
|
||||||
|
|||||||
Reference in New Issue
Block a user