From ba997449aafa45abe061d61002b83faba75ced3b Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 9 Oct 2025 11:48:57 +0100 Subject: [PATCH] Restore GitHub PAT for backports Signed-off-by: Matheus Pimenta --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index eec161b2..b5f6ea17 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -10,4 +10,4 @@ jobs: pull-requests: write # for creating pull requests against release branches. uses: fluxcd/gha-workflows/.github/workflows/backport.yaml@v0.4.0 secrets: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.BOT_GITHUB_TOKEN }}