Skip to content

Commit

Permalink
Update Gitlab Access Token creation URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Djuuu committed Apr 20, 2024
1 parent e073acf commit f13e6a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ To create a Jira API Token, go to:
(Account Settings -> Security -> API Token -> Create and manage API tokens)

To create a Gitlab API Token, go to:
* https://myapp.gitlab.com/-/profile/personal_access_tokens?name=Git-MR+Access+token&scopes=api
(Settings -> Access Tokens)
* https://myapp.gitlab.com/-/user_settings/personal_access_tokens
(Edit profile -> Access Tokens)
Required scope : `api`

## Commands

Expand Down
5 changes: 3 additions & 2 deletions git-mr
Original file line number Diff line number Diff line change
Expand Up @@ -2717,8 +2717,9 @@ EOF
To create a Jira API Token, go to: https://id.atlassian.com/manage-profile/security/api-tokens
(Account Settings -> Security -> API Token -> Create and manage API tokens)
To create a Gitlab API Token, go to: https://myapp.gitlab.com/-/profile/personal_access_tokens?name=Git-MR+Access+token&scopes=api
(Settings -> Access Tokens)
To create a Gitlab API Token, go to: https://myapp.gitlab.com/-/user_settings/personal_access_tokens
(Edit profile -> Access Tokens)
Required scope : \`api\`
EOF
else
Expand Down

0 comments on commit f13e6a5

Please sign in to comment.