Skip to content

Commit

Permalink
docs: fix gitlab link
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Tanna <github@jamietanna.co.uk>
  • Loading branch information
christophwitzko and jamietanna committed Feb 15, 2024
1 parent 1440d99 commit 519df7a
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 @@ -101,7 +101,7 @@ If you do not provide a PAT the [job token](https://docs.gitlab.com/ee/ci/jobs/c
This restricted token can create releases but not read commits. The [git strategy](https://docs.gitlab.com/ee/ci/runners/configure_runners.html#git-strategy) must be set to clone so that we can read the commits from the repository. See example below

#### Personal Access Token
Create a new Gitlab personal access token with the `api` scope [here](https://gitlab.com/profile/personal_access_tokens).
Create a new Gitlab personal access token with the `api` scope [here](https://gitlab.com/-/user_settings/personal_access_tokens).
Ensure the CI variable is protected and masked as the `GITLAB_TOKEN` has a lot of rights. There is an open issue for project specific [tokens](https://gitlab.com/gitlab-org/gitlab/issues/756)
You can set the GitLab token via the `GITLAB_TOKEN` environment variable or the `-token` flag.

Expand Down

0 comments on commit 519df7a

Please sign in to comment.