Initial commit

This commit is contained in:
2025-07-10 21:59:56 -04:00
commit 4dec00d283
35 changed files with 10272 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# GitHub Actions Radar Environment Variables
# GitHub Personal Access Token (optional - can be configured in the UI)
# VITE_GITHUB_TOKEN=ghp_your_token_here
# Default repositories to monitor (optional)
# VITE_DEFAULT_REPOS=owner/repo1,owner/repo2