Update bitbucket-sync.yml
This commit is contained in:
2
.github/workflows/bitbucket-sync.yml
vendored
2
.github/workflows/bitbucket-sync.yml
vendored
@@ -35,9 +35,9 @@ jobs:
|
|||||||
- name: Setup SSH Agent
|
- name: Setup SSH Agent
|
||||||
uses: webfactory/ssh-agent@v0.5.4
|
uses: webfactory/ssh-agent@v0.5.4
|
||||||
with:
|
with:
|
||||||
|
port: 7999
|
||||||
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