From 3e51c5fc6ab514628ef734a7635d4c124d0853e4 Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 7 Aug 2026 15:21:25 +0200 Subject: [PATCH 1/3] ci: authorize fork sync workflow updates --- .github/workflows/fork-sync.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }} From 54cb5d60cfaecb266bd45558ba2c5073095db459 Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 7 Aug 2026 16:56:03 +0200 Subject: [PATCH 2/3] ci: use active fork sync token --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index f040dbffd2..54c290e902 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -27,4 +27,4 @@ jobs: fork_branch: "clanker" skip_rebase: ${{ github.event.inputs.skip_rebase == 'true' }} secrets: - gh_pat: ${{ secrets.HAI_GH_PAT }} + gh_pat: ${{ secrets.GH_TOKEN }} From 8ff9ae0d7fa58df5d5311bb98a577b640e8feb5f Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 7 Aug 2026 16:57:49 +0200 Subject: [PATCH 3/3] ci: keep dedicated fork sync token --- .github/workflows/fork-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 54c290e902..f040dbffd2 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -27,4 +27,4 @@ jobs: fork_branch: "clanker" skip_rebase: ${{ github.event.inputs.skip_rebase == 'true' }} secrets: - gh_pat: ${{ secrets.GH_TOKEN }} + gh_pat: ${{ secrets.HAI_GH_PAT }}