403 Forbidden
bobbintb opened this issue · 4 comments
I keep getting 403 Forbidden with this. I tried using the default github token and creating a new one and using it as a secret.
Here is some further error output:
Error: Invalid status code: 128 at ChildProcess.<anonymous> (/home/runner/work/_actions/actions-js/push/v1.4/start.js:9:[19](https://github.com/**************/actions/runs/5336922590/jobs/9672288669#step:5:20)) at ChildProcess.emit (node:events:5[27](https://github.com/*********************/runs/5336922590/jobs/9672288669#step:5:28):28) at maybeClose (node:internal/child_process:1092:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) { code: 128 } Error: Invalid status code: 128 at ChildProcess.<anonymous> (/home/runner/work/_actions/actions-js/push/v1.4/start.js:9:19) at ChildProcess.emit (node:events:527:28) at maybeClose (node:internal/child_process:1092:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
same here
I resolved it by adding the token to the checkout at the beginning of the action as well.
Having the same issue and adding that token to checkout step didn't solve this...
@tarlepp Had the same problem, but seems like I solved it. In your repo, have you set Settings > Actions > General > Workflow permissions
to Read and write permissions
?