Skip to content

Commit f56b974

Browse files
committed
Update sync workflow to use SYNC_TOKEN
1 parent cc91ec0 commit f56b974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Create PR from Upstream
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.SYNC_TOKEN }}
2626
UPSTREAM_OWNER: goatcorp
2727
UPSTREAM_BRANCH: master
2828
MY_BRANCH: master

0 commit comments

Comments
 (0)