fix
This commit is contained in:
@@ -47,7 +47,7 @@ resource "restapi_object" "gitea_org_hook" {
|
||||
resource "restapi_object" "gitea_ci-user-token" {
|
||||
path = "/users/org-${var.organization}-ci/tokens"
|
||||
data = jsonencode({
|
||||
name = "tekton"
|
||||
name = "${var.organization}-tekton"
|
||||
scopes = [
|
||||
"write:repository"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user