You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been a long time since I changed our CI over to using an Oauth token, so I forget the specific details but IIRC earlier in the year GitLab had changed the scope of what the CI_JOB_TOKEN could access. For instance I don't think the job token can comment on or create merge requests via the api https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html
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.htmlUsers of this package should be instructed to use a group/project access token or a personal access token instead.
The text was updated successfully, but these errors were encountered: