Set up the Renovate authentication token
mainThe token option provides the authentication required for Renovate to access repositories.
Requirements:
- For public repositories: A Personal Access Token (classic) with
repo:public_reposcope. - For private repositories: A Personal Access Token (classic) with
reposcope. - Fine-grained Personal Access Tokens are supported, but classic tokens are recommended to avoid permission gaps (e.g., with
Checksaccess).
Implementation:
Store the token in your repository secrets (e.g., as RENOVATE_TOKEN) and pass it to the action. The name of the secret can be anything as long as it matches the value provided to the token input.