action icon indicating copy to clipboard operation
action copied to clipboard

Can we use `permissions` in `workflow` instead of requiring install the GitHub App?

Open JounQin opened this issue 8 months ago • 2 comments

https://autofix.ci/security#permissions

https://github.com/mdx-js/eslint-mdx/actions/runs/14278412793/job/40024880013?pr=565#step:6:44

500 autofix.ci app is not installed for this repository.
Error: autofix.ci app is not installed for this repository.

JounQin avatar Apr 05 '25 04:04 JounQin

Unfortunately no. permissions is not enough to fix PRs from forks.

mhils avatar Apr 05 '25 06:04 mhils

Unfortunately no. permissions is not enough to fix PRs from forks.

@mhils At least it would support non fork PRs?

JounQin avatar Apr 05 '25 06:04 JounQin

For non fork PRs, you can skip autofix.ci entirely and just use Git commands. This is out of scope for autofix.ci. :)

mhils avatar Jun 08 '25 11:06 mhils