mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Fixed resource name
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Changelog: fixed Signed-off-by: GeorgeRaven <GeorgeRavenCommunity@pm.me>
This commit is contained in:
@@ -444,7 +444,7 @@ spec:
|
||||
}
|
||||
}
|
||||
|
||||
resource "harbor_robot_account" "system" {
|
||||
resource "harbor_robot_account" "gitea" {
|
||||
name = "${var.GITEA_ROBOT_USER}"
|
||||
description = "gitea read-write actions account"
|
||||
level = "system"
|
||||
|
||||
Reference in New Issue
Block a user