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 ca895e7346
commit d5579d9a46

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"