79602305

Date: 2025-05-01 17:57:52
Score: 1
Natty:
Report link

In my case, my GitHub App was (intentionally, expectedly) modifying a GitHub Action YML file and I had to grant the App "Read and write" to Actions at the repository level under App -> Developer settings -> Permissions & events.

Repository permissions -> Actions -> Read and Write

Then in .github/workflows/my-workflow.yml that I was running to edit the Action, I added the following:

permissions:
    actions: write
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dan Wuensch