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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.GIT_AUTHORIZATION }} token: ${{ secrets.REPO_TOKEN }}
- name: Commit build number - name: Commit build number
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"