gitlab-org--gitlab-foss/app/assets/javascripts/token_access/graphql/mutations/add_project_ci_job_token_sc...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
140 B
GraphQL
Raw Normal View History

mutation addProjectCIJobTokenScope($input: CiJobTokenScopeAddProjectInput!) {
ciJobTokenScopeAddProject(input: $input) {
errors
}
}