From f141b7cfda06e1b140401683b330578d0d71b0f9 Mon Sep 17 00:00:00 2001
From: Kai Folf <git@fcd.im>
Date: Mon, 19 May 2025 00:40:54 +0700
Subject: [PATCH] Remove workflow directory

---
 .github/workflows/metrics.yml | 31 -------------------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 .github/workflows/metrics.yml

diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml
deleted file mode 100644
index fb789abe..00000000
--- a/.github/workflows/metrics.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# Visit https://github.com/lowlighter/metrics#-documentation for full reference
-name: Metrics
-on:
-  # Schedule updates (each hour)
-  schedule: [{cron: "0 * * * *"}]
-  # Lines below let you run workflow manually and on each commit
-  workflow_dispatch:
-  push: {branches: ["master", "main"]}
-jobs:
-  github-metrics:
-    runs-on: ubuntu-latest
-    permissions:
-      contents: write
-    steps:
-      - uses: lowlighter/metrics@latest
-        with:
-          # Your GitHub token
-          # The following scopes are required:
-          #  - public_access (default scope)
-          # The following additional scopes may be required:
-          #  - read:org      (for organization related metrics)
-          #  - read:user     (for user related data)
-          #  - read:packages (for some packages related data)
-          #  - repo          (optional, if you want to include private repositories)
-          token: ${{ secrets.METRICS_TOKEN }}
-
-          # Options
-          user: folfcoder
-          template: classic
-          base: header, activity, community, repositories, metadata
-          config_timezone: Asia/Jakarta