Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 30, 2024
1 parent b58ef58 commit 74342a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: 'https://${{secrets.SOURCE_REPO_TOKEN}}@github.com/vu3th/vue-dapp.git'
source_repo: 'https://${{secrets.TOKEN}}@github.com/vu3th/vue-dapp.git'
source_branch: 'main'
destination_branch: 'main'
github_token: ${{ secrets.PAT }}
github_token: ${{ secrets.TOKEN }}

0 comments on commit 74342a1

Please sign in to comment.