Browse Source

Update git-sync.yml

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

2
.github/workflows/git-sync.yml

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

Loading…
Cancel
Save