actions_registration_token

Use this data source to retrieve a GitHub Actions repository registration token. This token can then be used to register a self-hosted runner.

Example Usage

data "github_actions_registration_token" "example" {
  repository = "example_repo"
}

Argument Reference

Attributes Reference