Create GitHub or GitLab Tokens for Pipeline¶
This guide provides detailed instructions on how to create a GitHub or GitLab token and the permissions required for use in the pipeline.
Create a GitHub Token¶
- Go to GitHub and navigate to Settings.
- Under Developer settings, click on Personal access tokens.
- Click Generate new token.
- Select the scopes or permissions you wish to grant this token.
- Click Generate token.
Refer to Managing your personal access tokens on GitHub.
Create a GitLab Token¶
- Go to GitLab and navigate to Settings.
- Under Access Tokens, provide a name and optional expiry date for the token.
- Select the scopes or permissions you wish to grant this token.
- Click Create personal access token.
Refer to Personal tokens on GitLab.