mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
Add GitHub Actions automation to mirror repository events to LOGS
Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/17fba2c8-4f49-4a78-9dc4-483acc8cc945 Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
23e4e587bd
commit
d3f38ad2f5
@@ -109,6 +109,23 @@ 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 with write access to `th30d4y/LOGS` (for example, `contents:write` on that repo).
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user