diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 3852c39c23..f040dbffd2 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -26,3 +26,5 @@ jobs: upstream_branch: "main" fork_branch: "clanker" skip_rebase: ${{ github.event.inputs.skip_rebase == 'true' }} + secrets: + gh_pat: ${{ secrets.HAI_GH_PAT }}