diff --git a/.github/workflows/bitbucket-sync.yml b/.github/workflows/bitbucket-sync.yml index 7c8bdc0..c471a82 100644 --- a/.github/workflows/bitbucket-sync.yml +++ b/.github/workflows/bitbucket-sync.yml @@ -37,6 +37,7 @@ jobs: with: ssh-private-key: | ${{ secrets.PRIVATE_KEY }} + port: 7999 - name: Copy ssh public_key run: echo "${{SECRETS.PUBLIC_KEY}}" > ~/.ssh/id_rsa.pub