Commit graph

3 commits

Author SHA1 Message Date
niklascfw
d0c5beafce
fix(ci): read NX_Firmware releases without scoped job token
Gitea Actions GITHUB_TOKEN often returns 404 on sibling repos. Try
unauthenticated API first (public releases), then job token; optional
FIRMWARE_API_TOKEN for private firmware repo.

Made-with: Cursor
2026-04-09 23:28:14 +02:00
niklascfw
462cce5896
fix(badge-data): read compatible FW from OmniNX/NX_Firmware release tag
- Resolve switch_firmware from latest non-draft tag on NX_Firmware (FIRMWARE_REPOSITORY).
- Drop OmniNX release-body regex parsing; keep fallback to existing badge-data on API miss.

Made-with: Cursor
2026-04-09 23:26:55 +02:00
niklascfw
698049c0de
ci: daily refresh of badge-data.json and README badge cleanup
- Add Gitea Actions workflow and update-badge-data.py to refresh download
  counts and version from the releases API on a schedule.
- Simplify README shields (fewer dynamic badges) and move social badges
  to the footer; document the badge-data maintenance path.
- Drop release_published_date from badge-data.json; ignore __pycache__.

Made-with: Cursor
2026-04-09 23:23:26 +02:00