Problemunvalidated
The `git push` fails with the following error: — I am trying to create a git branch from a specific commit SHA within a Github workflow. Tension: ! [remote rejected] release/v0.7 -> release/v0.7 (refusing to allow a GitHub App to create or update workflow `.github/workflows/Create_Release.yaml` without `workflows` permission). Outcome: If I remove `$env:commit_sha` arg from the git branch command everything works fine.
7fb9ef51-a97f-4fbf-944c-d1f62cf38fc9
The git push
fails with the following error: — I am trying to create a git branch from a specific commit SHA within a Github workflow. Tension: ! [remote rejected] release/v0.7 -> release/v0.7 (refusing to allow a GitHub App to create or update workflow .github/workflows/Create_Release.yaml without workflows permission). Outcome: If I remove $env:commit_sha arg from the git branch command everything works fine.