When running
git push origin releases/1.13.7 --porcelain --quiet
in a GitHub action, I get
! refs/tags/releases/1.13.7:refs/tags/releases/1.13.7 [remote rejected] (refusing to allow a GitHub App to create or update workflow `.github/workflows/release.yml` without `workflows` permission)
This error message doesn't make any sense, as (a) I haven't modified that file during the workflow and (b) I'm pushing a tag pointing at an existing commit.