Fixed resource name
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:
GeorgeRaven
2026-01-22 00:33:15 +00:00
parent 8df17fa2f0
commit f2f4c0c3bf

View File

@@ -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"