Skip to content

ba-work/openstack-github-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authenticate with openstack and use like this:

module "github_runner" {
  source      = "github.com/ba-work/openstack-github-runner"
  labels      = ["my", "cool", "labels"]
  repository  = "owner/repo" # github.com/owner/repo
  admin_group = "unix-group-for-admins"
  # optionally add proxy settings
  # proxy_settings = {
  #   proxy    = "http://my.corp.proxy"
  #   no_proxy = ".domain,.another" # no_proxy is optional within proxy_settings
  # }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published