"Resource not accessible by integration" when trying to enforce admin protection on github branch – Ubuntu
I'm trying to write a GitHub action that temporarily disabled merging by requiring admin access using https://github.com/octokit/request-action, so I wrote an action like this: name: Disable merging on: # Manual trigger workflow_dispatch: inputs: branch: description: What branch to protect default:…