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: Gitea account must have full name set for Git identity #16792

Merged
merged 5 commits into from
Jul 27, 2022
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
5 changes: 2 additions & 3 deletions lib/modules/platform/gitea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ Read the official [Gitea docs](https://docs.gitea.io/en-us/clone-filters/) for m

## Authentication

First, [create a Personal Access Token](https://docs.gitea.io/en-us/api-usage/#authentication) for the bot account.
Let Renovate use your PAT by doing _one_ of the following:
First, [create a Personal Access Token](https://docs.gitea.io/en-us/api-usage/#authentication) for the bot account. Let Renovate use your PAT by doing _one_ of the following:
rom4nik marked this conversation as resolved.
Show resolved Hide resolved

- Set your PAT as a `token` in your `config.js` file
- Set your PAT as an environment variable `RENOVATE_TOKEN`
- Set your PAT when you run Renovate in the CLI with `--token=`

Remember to set `platform=gitea` somewhere in your Renovate config file.
Remember to set `platform=gitea` somewhere in your Renovate config file. The account must have full name (and email address) set to allow Renovate to estabilish Git identity.
rom4nik marked this conversation as resolved.
Show resolved Hide resolved

## Unsupported platform features/concepts

Expand Down