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
My team has a few projects where we require doing a --dry-run to obtain nextRelease information in an MR. Ideally we could use a token with reduced scope (say just read_repository and read_api).
As a test this snippet in verify.js worked well enough to pass local testing.
My team has a few projects where we require doing a
--dry-run
to obtainnextRelease
information in an MR. Ideally we could use a token with reduced scope (say justread_repository
andread_api
).As a test this snippet in
verify.js
worked well enough to pass local testing.Ultimately it would be great if #156 would get closed out by GitLab adding some functionality to adjust the
CI_JOB_TOKEN
scope.The text was updated successfully, but these errors were encountered: