We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6537a52 commit e2fcaf5Copy full SHA for e2fcaf5
github/resource_github_actions_secret.go
@@ -17,6 +17,7 @@ func resourceGithubActionsSecret() *schema.Resource {
17
return &schema.Resource{
18
Create: resourceGithubActionsSecretCreateOrUpdate,
19
Read: resourceGithubActionsSecretRead,
20
+ Update: resourceGithubActionsSecretCreateOrUpdate,
21
Delete: resourceGithubActionsSecretDelete,
22
Importer: &schema.ResourceImporter{
23
State: resourceGithubActionsSecretImport,
0 commit comments