From d5579d9a460a50404b15fb7765ee96d8d24c3b25 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 28 Mar 2026 15:07:14 +0100 Subject: [PATCH] Fix GitHub release job: use REPO_TOKEN for checkout auth --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0018f30d..13977cb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,7 +198,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: ${{ secrets.GIT_AUTHORIZATION }} + token: ${{ secrets.REPO_TOKEN }} - name: Commit build number run: | git config --local user.email "github-actions[bot]@users.noreply.github.com"