From 449e1d943cd0b4652c61260289df7d9a2448c39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 15:26:37 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index 824e3a1..e9ef498 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -72,6 +72,7 @@ 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 = ["repository","write"] } resource "kubernetes_secret_v1" "ci-user-token-secret" {