super-productivity/docs/gitlab-access-token-instructions.md
2025-01-11 15:02:35 +01:00

1,021 B

How to generate a GitLab Access Token with Privileges

Personal Access Token

For polling GitLab Issues, you need to provide an access token.

  1. Go to User Settings / Access tokens
  2. Add a new token with the scope api

Personal Token

Project Access Token

If you self-host GitLab or have the Premium/Ultimate license, it's possible to get a Project Access Token, which is scoped to a project. The scope is similar to the Personal Access token, but you also set a role. To learn what each role can do, see the Documentation.

Project Token

For GitHub Personal Access Token instructions, please visit the following link: GitHub Access Token Instructions