Skip to content

Commit

Permalink
docs: add information about permissions for azure pat (#25534)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Koch <Daniel.Koch@arineo.com>
  • Loading branch information
danielkoch and danielkoch-arineo committed Nov 11, 2023
1 parent d665c57 commit fbf8a15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/modules/platform/azure/readme.md
Expand Up @@ -9,6 +9,13 @@ Let Renovate use your PAT by doing _one_ of the following:
- Set your PAT as an environment variable `RENOVATE_TOKEN`
- Set your PAT when you run Renovate in the CLI with `--token=`

Permissions for your PAT should be at minimum:

| Scope | Permission | Description |
| ------------ | ------------ | --------------------------------- |
| `Code` | Read & Write | Required |
| `Work Items` | Read & write | Only needed for link to work item |

Remember to set `platform=azure` somewhere in your Renovate config file.

## Features awaiting implementation
Expand Down

0 comments on commit fbf8a15

Please sign in to comment.