mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
1 KiB
1 KiB
How to generate a GitLab Access Token with Privileges
Personal Access Token
For polling GitLab Issues, you need to provide an access token.
- Go to User Settings / Access tokens
- Add a new token with the scope
api
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.
For GitHub Personal Access Token instructions, please visit the following link: GitHub Access Token Instructions