feat(provider): add repository actions secret resource

Closes #7
This commit is contained in:
Julien Dessaux 2025-05-23 00:44:01 +02:00
parent 908105f643
commit d18a812ea4
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 229 additions and 1 deletions

View file

@ -0,0 +1,6 @@
resource "forgejo_repository_actions_secret" {
data = "secret"
name = "test"
owner = "adyxax"
repository = "example"
}