Skip to content

Commit 4d37f89

Browse files
committed
Adding docs to the resource
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
1 parent 54a63e6 commit 4d37f89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

github/data_source_github_actions_organization_remove_token.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import (
88
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
99
)
1010

11+
// dataSourceGithubActionsOrganizationRemoveToken is a data source that creates a token that can be
12+
// used to remove a self-hosted runner from an organization.
13+
// https://docs.github.com/en/enterprise-cloud@latest/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-a-remove-token-for-an-organization
1114
func dataSourceGithubActionsOrganizationRemoveToken() *schema.Resource {
1215
return &schema.Resource{
1316
Read: dataSourceGithubActionsOrganizationRemoveTokenRead,

0 commit comments

Comments
 (0)