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"