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
As Renovate will run with a different token, there is no need for
specific workflow permissions anymore.
Instead the GitHub app should have sufficient permissions to create a
PullRequest on the repo.
See https://github.com/actions/create-github-app-token/blob/main/README.md
on instructions how to add the GitHub App.
Please note we need to configure following on the repo settings:
variable RENOVATE_APP_ID
secret RENOVATE_PRIVATE_KEY
I named it specific like this so we can dedicate this app specifically
to Renovate and therefore also keep permissions limited to the Renovate
usecase.
Signed-off-by: Marco Franssen <[email protected]>
0 commit comments