From fccc53efd0a4b00107b8292d55d15355a8d60a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Fri, 15 May 2026 14:55:18 +0200 Subject: [PATCH] Use GITHUB_TOKEN for bump release checkout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b7b74e37f..e4a6c02e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -429,7 +429,7 @@ jobs: uses: actions/checkout@v4.2.0 with: ref: ${{ steps.source_branch.outputs.branch }} - token: ${{ secrets.GH_PAT || github.token }} + token: ${{ github.token }} - name: Bump pre-release version run: |