Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention tooling to retrieve installation token for GitHub platform #22316

Merged
merged 4 commits into from May 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/modules/platform/github/index.md
Expand Up @@ -71,6 +71,7 @@ Any tokens that do not start with `ghs_` (for example tokens from GitHub Enterpr
!!! note
The installation tokens expire after 1 hour and need to be regenerated regularly.
Alternatively as environment variable `RENOVATE_TOKEN`, or via CLI `--token=`.
There are tools to regenerate the installation token. If you run your self-hosted Renovate Bot in a GitHub Actions workflow, you can use the actions [`jnwng/github-app-installation-token-action`](https://github.com/jnwng/github-app-installation-token-action) or [`tibdex/github-app-token`](https://github.com/tibdex/github-app-token). Other tools are [github-app-installation-token](https://github.com/gagoar/github-app-installation-token) (Node.js libary / CLI) or the [`mshekow/github-app-installation-token`](https://github.com/MShekow/github-app-installation-token) Docker image.
rarkins marked this conversation as resolved.
Show resolved Hide resolved

**`repositories: ["orgname/repo-1","orgname/repo-2"]`**

Expand Down