From bd509807e48bcf5168317252e45aeceb6437a3e6 Mon Sep 17 00:00:00 2001 From: Stalin <161853795+Stalin-143@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:38:44 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index c24890f..b6320f0 100644 --- a/README.md +++ b/README.md @@ -109,24 +109,6 @@ pnpm run dev --- -## 🧾 Repository Event Logging Automation - -This repository includes a GitHub Actions workflow at: - -- `.github/workflows/mirror-repo-events-to-logs.yml` - -It captures repository events (push, pull request activity, stars, forks, create/delete, and related interactions) and appends structured JSON logs to: - -- `https://github.com/th30d4y/LOGS` - -### Required setup - -Add this repository secret in **OpenLearnX**: - -- `LOGS_REPO_PAT`: a Personal Access Token that can write to `th30d4y/LOGS`. - - Fine-grained PAT: grant repository access to `th30d4y/LOGS` with **Contents: Read and write**. - - Classic PAT: use **repo** scope. - - If this secret is missing, the workflow now exits successfully and skips mirroring with a warning message.