Skip to content
Snippets Groups Projects
Commit a95f56f3 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Add instructions to create a token for DASHBOARD_GITLAB_API_TOKEN

parent 7501c731
No related branches found
No related tags found
1 merge request!233Add instructions to create a token for DASHBOARD_GITLAB_API_TOKEN
Pipeline #740420 passed
......@@ -5,6 +5,17 @@ from upstreams (Debian, or Apertis itself for downstreams) and aggregates the
information in a dashboard flagging any incosistency and reporting available
updated that can be pulled from upstreams.
## Credentials
The dashboard pipeline requires special permissions to access repositories and
to trigger pipelines, the variable `DASHBOARD_GITLAB_API_TOKEN` must be defined
with an [access token for the `pkg/` group](https://gitlab.apertis.org/groups/pkg/-/settings/access_tokens)
with the following parameters:
- `Token name`: `dashboard`
- `Role`: `Maintainer`
- `Scope`: `api`
## Usage
The pipeline runs automatically on a regular schedule.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment