Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/git-sync.yml
|
|
@ -17,6 +17,6 @@ jobs: |
|
|
|
with: |
|
|
|
source_repo: "https://github.com/GameServerManagers/LinuxGSM" |
|
|
|
source_branch: "refs/heads/*" |
|
|
|
destination_repo: "git@bitbucket.org:dgibbs64/linuxgsm.git" |
|
|
|
destination_repo: "git@bitbucket.org:GameServerManagers/linuxgsm.git" |
|
|
|
destination_branch: "refs/heads/*" |
|
|
|
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }} |
|
|
|