Detect-tests failing in satelite forks of GitLab
PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGE is not set in projects such as gitlab-org/security/gitlab and detect-tests is failing after !73731 (merged)
See https://gitlab.com/gitlab-org/security/gitlab/-/jobs/1752736218 as an example
Steps to resolve
- Create a new project access token with Developer role and API scope
- Add project access token
- Create a masked CI/CD Variable called
PROJECT_TOKEN_FOR_CI_SCRIPTS_API_USAGEwith the value of the project access token.
Edited by Kyle Wiebers