Is it possible to use a GitHub bot instead of a personal access token to run this action? When I use a bot with read/write "Actions" and "Workflow" permissions, I get the 403 errors at https://github.com/r-multiverse/community/actions/runs/13633004089/job/38104868912. The errors resolved when I defined a fine-grained PAT with just read/write "Actions" permissions.
I would prefer using a bot and generating ephemeral tokens on demand because I think it is more secure: https://github.com/r-multiverse/community/blob/430872432c05a4df64683375fd649e31d9f3621a/.github/workflows/review.yaml#L13-L19
Is it possible to use a GitHub bot instead of a personal access token to run this action? When I use a bot with read/write "Actions" and "Workflow" permissions, I get the 403 errors at https://github.com/r-multiverse/community/actions/runs/13633004089/job/38104868912. The errors resolved when I defined a fine-grained PAT with just read/write "Actions" permissions.
I would prefer using a bot and generating ephemeral tokens on demand because I think it is more secure: https://github.com/r-multiverse/community/blob/430872432c05a4df64683375fd649e31d9f3621a/.github/workflows/review.yaml#L13-L19