Skip to content

Commit e2fcaf5

Browse files
committed
Fix InternalValidate error: Add Update function to github_actions_secret - Fixes the upgrade issue from v6.7.1 to v6.7.2.
1 parent 6537a52 commit e2fcaf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/resource_github_actions_secret.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ func resourceGithubActionsSecret() *schema.Resource {
1717
return &schema.Resource{
1818
Create: resourceGithubActionsSecretCreateOrUpdate,
1919
Read: resourceGithubActionsSecretRead,
20+
Update: resourceGithubActionsSecretCreateOrUpdate,
2021
Delete: resourceGithubActionsSecretDelete,
2122
Importer: &schema.ResourceImporter{
2223
State: resourceGithubActionsSecretImport,

0 commit comments

Comments
 (0)