Skip to content

Commit

Permalink
Support allow_public_repo on github group config
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Sep 11, 2023
1 parent e79ab6f commit 4e309e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner_manager/models/runner_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def create_github_group(self, github: GitHub) -> GitHubRunnerGroup:
data = GitHubRunnerGroup(
name=self.name,
default=self.default,
allow_public_repositories=self.allow_public_repositories,
)
if self.id is None:
group = github.rest.actions.create_self_hosted_runner_group_for_org(
Expand Down

0 comments on commit 4e309e8

Please sign in to comment.