From 9f7935b9ce9454de169b6361928fda4f3a367f14 Mon Sep 17 00:00:00 2001
From: Michi Mutsuzaki <michi@isovalent.com>
Date: Thu, 5 Sep 2024 20:57:37 +0000
Subject: [PATCH] github: Remove "Push to Loki" workflow

It's no longer being used.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
---
 .github/workflows/loki.yaml | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 .github/workflows/loki.yaml

diff --git a/.github/workflows/loki.yaml b/.github/workflows/loki.yaml
deleted file mode 100644
index fefdbfb76d..0000000000
--- a/.github/workflows/loki.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: Push to Loki
-
-on:
-  workflow_run:
-    workflows:
-      - AKS (Azure IPAM)
-      - AKS (BYOCNI)
-      - EKS (tunnel)
-      - EKS (ENI)
-      - External Workloads
-      - GKE
-      - Go
-      - Image CI Build
-      - Kind
-      - Multicluster
-      - Create Release
-    types:
-      - completed
-
-permissions:
-  actions: read
-
-jobs:
-  push-to-loki:
-    runs-on: ubuntu-22.04
-    steps:
-      - name: Push to Loki
-        uses: michi-covalent/push-to-loki@d23647451078d19828deaa27a45e83437fd4a17c # v0.2.2
-        with:
-          endpoint: https://logs-prod3.grafana.net/loki/api/v1/push
-          username: ${{ secrets.LOKI_USERNAME }}
-          password: ${{ secrets.LOKI_PASSWORD }}