Update README.md

This commit is contained in:
Stalin
2026-04-19 18:38:44 +05:30
committed by GitHub
parent 353a2dfc3b
commit bd509807e4
-18
View File
@@ -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.