| layout | github |
|---|---|
| page_title | GitHub: github_actions_remove_token |
| description | Get a GitHub Actions repository remove token. |
Use this data source to retrieve a GitHub Actions repository remove token. This token can then be used to remove a self-hosted runner.
data "github_actions_remove_token" "example" {
repository = "example_repo"
}repository- (Required) Name of the repository to get a GitHub Actions remove token for.
token- The token that has been retrieved.expires_at- The token expiration date.