Replies: 1 comment
-
By the looks of it are you already aware of this solution... You seem to use your own version, which is a fork of the above mentioned one... I now wonder if there are significant differences to the original |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently discovered that you can create and use a GitHub App (Bot account) for Actions by using the
github-app-token
action by tibdex.This is useful as a user/org can have a dedicated app, rather than a PAT for actions that require one such as marking a PR as ready.
Perhaps the readme should mention a possible setup using a dedicated app for people who don't want to use a dedicated account (or their own) for a PAT.
Beta Was this translation helpful? Give feedback.
All reactions