Skip to content

Commit

Permalink
docs: added GitHub app permission in runatlantis#2380
Browse files Browse the repository at this point in the history
  • Loading branch information
chroju committed Oct 8, 2022
1 parent 9ca5015 commit f50d59c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions runatlantis.io/docs/access-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,25 @@ Available in Atlantis versions **newer** than 0.13.0.
Only a single installation per GitHub App is supported at the moment.
:::

#### Permissions

GitHub App needs these permissions. These are automatically set when a GitHub app is created.

::: tip NOTE
Since v0.19.7, a new permission for `Administration` has been added. If you have already created a GitHub app, updating Atlantis to v0.19.7 will not automatically add this permission, so you will need to set it manually.
:::

| Type | Access |
| --------------- | ------------------- |
| Administration | Read-only |
| Checks | Read and write |
| Commit statuses | Read and write |
| Contents | Read and write |
| Issues | Read and write |
| Metadata | Read-only (default) |
| Pull requests | Read and write |
| Webhooks | Read and write |

### GitLab
- Follow: [https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#create-a-personal-access-token](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html#create-a-personal-access-token)
- Create a token with **api** scope
Expand Down

0 comments on commit f50d59c

Please sign in to comment.