docs: add verified Forgejo CI debugging guide to AGENTS.md

Verified:
- Web UI URL for viewing workflow runs
- SSH command to access runner logs
- Common failure patterns and fixes
This commit is contained in:
Bu5hm4nn
2026-03-29 12:10:52 +02:00
parent 9fed45ef9f
commit 786953c403
3 changed files with 24 additions and 2 deletions

View File

@@ -136,7 +136,6 @@ jobs:
APP_PORT: "8000"
TURNSTILE_SITE_KEY: ${{ vars.TURNSTILE_SITE_KEY }}
TURNSTILE_SECRET_KEY: ${{ secrets.TURNSTILE_SECRET_KEY }}
DATABENTO_API_KEY: ${{ secrets.DATABENTO_API_KEY }}
steps:
- uses: actions/checkout@v4