You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: fatal: could not read Username for 'https://github.com/': terminal prompts disabled Error: The process '/usr/bin/git' failed with exit code 128
Often it means PAT expired or otherwise doesn't have the write permissions
Replace the PAT in the github secret for the org/repo
RequestError [HttpError]: Resource not accessible by integration at /__w/_actions/peter-evans/create-or-update-comment/v3/dist/index.js:4695:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 403...
The github action (probably peter-evans/create-update-comment) doesn't have permissions for writing to your pull request.
Add a permissions: pull-requests: write contents: write to the top of the step in this job
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a list of Troubleshooting tips for OTTR
See the most common errors for users here too: https://ottrproject.org/faqs.html
Error: fatal: could not read Username for 'https://github.com/': terminal prompts disabled Error: The process '/usr/bin/git' failed with exit code 128RequestError [HttpError]: Resource not accessible by integration at /__w/_actions/peter-evans/create-or-update-comment/v3/dist/index.js:4695:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 403...peter-evans/create-update-comment) doesn't have permissions for writing to your pull request.permissions: pull-requests: write contents: writeto the top of the step in this jobBeta Was this translation helpful? Give feedback.
All reactions