Skip to content

Commit

Permalink
.github: fix sync action pat naming
Browse files Browse the repository at this point in the history
GITHUB_ prefix is reserved.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Sep 5, 2023
1 parent 2bcf0d1 commit ce95488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: TobKed/github-forks-sync-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
upstream_repository: KernelKit/infix
upstream_branch: main
target_branch: main
Expand Down

0 comments on commit ce95488

Please sign in to comment.