Skip to content

Commit

Permalink
Update github-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce authored May 16, 2024
1 parent 763b8be commit bf68bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/DavidAce/CMakeTemplate.git"
source_repo: "https://DavidAce:${{ secrets.CMT_ACCESS_TOKEN }}@github.com/DavidAce/CMakeTemplate.git"
source_branch: "master"
destination_branch: "main"
github_token: ${{ secrets.CMT_ACCESS_TOKEN }}

0 comments on commit bf68bd1

Please sign in to comment.