element-x-ada/.gitea
Cobb 5f7613ddac ci(upstream-sync): use write-scoped PAT for push; make notify best-effort
Run 90 hit two problems in sequence:

1. Built-in $GITEA_TOKEN is read-only by default in Gitea Actions, so
   'git push origin main' 404'd ('failed to push some refs'). Swapped
   to a new GIT_PUSH_TOKEN repo secret (admin-scoped PAT) which the
   checkout action uses when wiring the authenticated remote.

2. None of our bot accounts are currently in the Infra Matrix room, so
   the notification POST would 403 and fail the whole run. Made that
   step continue-on-error — the sync is the critical path; a missed
   ping is recoverable (check Actions UI, invite a bot later, etc).
2026-04-17 11:35:29 -07:00
..
workflows ci(upstream-sync): use write-scoped PAT for push; make notify best-effort 2026-04-17 11:35:29 -07:00