mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
1.2 KiB
1.2 KiB
How to generate an Access Token with Privileges
GitLab Personal Access Token
For polling GitLab Issues, you need to provide an access token.
- Go to User Settings / Access tokens (for GitHub see below)
- 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.
GitHub Personal Access Token
To generate a GitHub Personal Access Token:
- Navigate to GitHub's Personal Access Tokens (Classic) page
- Note: Fine-grained tokens are not currently supported
- Click "Generate new token (classic)"
- Select the
reposcope to grant access to private repositories - Click "Generate token" and securely store the token value