From 6b1f806aaf02cdb402fd8823ebc9fb1af41cb522 Mon Sep 17 00:00:00 2001 From: ObNitram Date: Tue, 20 Jan 2026 10:24:43 +0100 Subject: [PATCH] Update registry password secret for Loki database workflow --- .github/workflows/b&p-observability-loki.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/b&p-observability-loki.yaml b/.github/workflows/b&p-observability-loki.yaml index 84811dd..bf95190 100644 --- a/.github/workflows/b&p-observability-loki.yaml +++ b/.github/workflows/b&p-observability-loki.yaml @@ -18,4 +18,4 @@ jobs: registry: gitea.obnitram.cloud registry_username: ${{ github.repository_owner }} - registry_password: ${{ secrets.GITEA_TOKEN }} \ No newline at end of file + registry_password: ${{ secrets.REGISTRY_GITEA }} \ No newline at end of file