Fix GitHub release job: use REPO_TOKEN for checkout auth

This commit is contained in:
Arkadiusz Fal
2026-03-28 15:07:14 +01:00
parent 89162741f7
commit 88b095eb32

View File

@@ -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"