Skip to content

Commit

Permalink
fix(api): add missing runner access_level param
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Sep 10, 2020
1 parent 74c1e4f commit 92669f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v4/objects/__init__.py
Expand Up @@ -5490,6 +5490,7 @@ class RunnerManager(CRUDMixin, RESTManager):
"locked",
"run_untagged",
"tag_list",
"access_level",
"maximum_timeout",
),
)
Expand Down

0 comments on commit 92669f2

Please sign in to comment.