un-ts / changesets-gitlab

GitLab CI cli for changesets like its GitHub Action.
https://opencollective.com/unts/projects/changesets-gitlab
MIT License
86 stars 33 forks source link

Using a CI_JOB_TOKEN does not work with this package #183

Open dylf opened 3 months ago

dylf commented 3 months ago

The built-in GitLab ${CI_JOB_TOKEN} variable does not have appropriate access to the APIs required by this tool. https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html

Users of this package should be instructed to use a group/project access token or a personal access token instead.