"refusing to allow a GitHub App to create or update workflow" when not modifying a workflow file

Viewed 191

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.

0 Answers
Related