mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-19 01:17:31 +00:00
17 lines
782 B
Markdown
17 lines
782 B
Markdown
# Howto generate a Access Token with Privilegs
|
|
|
|
## Personal Access Token
|
|
For polling Gitlab Issues you need to provide a access Token.
|
|
|
|
1. Got to User Settings / Access tokens
|
|
2. Add 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 are scoped to this Project.
|
|
The scope is similiar to the Personal Access token but you set also a role. Which Role can do what? <a href="https://docs.gitlab.com/ee/user/permissions.html#project-planning">Documentation</a>
|
|
|
|
|
|

|