diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index f5e262a0..3a78de77 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: TobKed/github-forks-sync-action@master with: - github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} upstream_repository: KernelKit/infix upstream_branch: main target_branch: main