Browse Source

Update git-sync.yml

pull/101/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
76a4097077
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/git-sync.yml

4
.github/workflows/git-sync.yml

@ -16,7 +16,7 @@ jobs:
uses: wei/git-sync@v2
with:
source_repo: "https://github.com/GameServerManagers/Game-Server-Configs"
source_branch: "refs/heads/*"
source_branch: "master"
destination_repo: "[email protected]:GameServerManagers/game-server-configs.git"
destination_branch: "refs/heads/*"
destination_branch: "master"
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }}

Loading…
Cancel
Save