fix(provider): fix repository actions secret resource update
This commit is contained in:
parent
1c70b5d949
commit
eb53b28b00
3 changed files with 18 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
resource "forgejo_repository_actions_secret" {
|
||||
data = "secret"
|
||||
name = "test"
|
||||
name = "TEST"
|
||||
owner = "adyxax"
|
||||
repository = "example"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue