Skip to content

Commit

Permalink
fix(token-scope): add manage_runner introduced in gitlab 17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiehrhardt committed Aug 20, 2024
1 parent 45fcc73 commit cc7007e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions token.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var Scopes = []string{
"sudo",
"admin_mode",
"create_runner",
"manage_runner",
"ai_features",
"k8s_proxy",
"read_service_ping",
Expand Down

0 comments on commit cc7007e

Please sign in to comment.