Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: use personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 22, 2023
1 parent 958a91e commit de486a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
- name: sync template
run: gh repo sync vietchinh/ulightblue -b template
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FORK_SYNC_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: template
- name: sync main
run: gh repo sync vietchinh/ulightblue -b master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FORK_SYNC_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: template
- name: sync live
run: gh repo sync vietchinh/ulightblue -b live
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FORK_SYNC_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: template

0 comments on commit de486a0

Please sign in to comment.