Skip to content

Commit 94f6c10

Browse files
author
DanLee
authored
making instructions clearer (#1030)
1 parent 8c46d7e commit 94f6c10

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

content/docs/dataform-web/git-access-tokens.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,26 @@ Before creating a machine user on GitHub, please read their [TOCs](https://help.
4848

4949
How to create a git access token differs between remote git providers.
5050

51+
### GitHub
52+
5153
[Creating a **GitHub** access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line#creating-a-token).
5254

53-
For providers other than GitHub (e.g. GitLab), the access token name must be `dataform`, and it must have the **api** permission.
55+
Permissions required:
56+
- repo
57+
58+
### GitLab
59+
60+
[Creating a **GitLab** access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token). The access token name must be `dataform`.
61+
62+
Permissions required:
63+
- api
64+
- read_repository
65+
- write_repository
66+
67+
### Azure Repo
68+
69+
[Creating a **Azure DevOps** access token](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=preview-page#create-a-pat ).
70+
71+
Permissions required:
72+
- code:full
5473

55-
[Creating a **GitLab** access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#creating-a-personal-access-token).

0 commit comments

Comments
 (0)