From 726c84580dff06bff6cf549b39f63874feae2c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sun, 11 Jan 2026 18:49:39 +0100 Subject: [PATCH] Update token in publish.yml from GITHUB_TOKEN to GH_PAT 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 5db388561..955d15652 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -344,7 +344,7 @@ jobs: uses: actions/checkout@v4.2.0 with: ref: main - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Bump alpha version run: |