Skip to content

Commit

Permalink
Clarify GitLab API token requirement in README
Browse files Browse the repository at this point in the history
Signed-off-by: Odin Dahlström <[email protected]>
  • Loading branch information
0dinD committed Sep 5, 2024
1 parent 36a6914 commit dce9a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Committers can later re-run this license-check workflow from the Github actions
#### Requirements
- Maven based build
- Root pom.xml must reside in the repository root
- An [authentication token (scope: api) from gitlab.eclipse.org](README.md#automatic-ip-team-review-requests) has to be stored in the repositories secret store(Settings -> Scrects -> Actions) with name `M2E_GITLAB_API_TOKEN`.
- An [authentication token (scope: api) from gitlab.eclipse.org](README.md#automatic-ip-team-review-requests) has to be stored in the repositories secret store(Settings -> Scrects -> Actions) with name `<PROJECT-NAME>_GITLAB_API_TOKEN`, such that it can be used by the above workflow definition.
## Advanced Scenarios
Expand Down

0 comments on commit dce9a6c

Please sign in to comment.