diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index ddf925e..5cab5e4 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -72,7 +72,6 @@ resource "gitea_token" "ci-user-token" { count = var.haveGitea && var.haveTekton?1:0 username = gitea_user.user-ci[0].username name = "tekton-${var.instance}-${var.component}" - scopes = ["write:repository"] } resource "kubernetes_secret_v1" "ci-user-token-secret" {