C0: fix sync button location in manage-forgejo-mirrors

The verify step pointed to the main repo page, but the "Synchronize now"
button is in the Mirror settings section of the settings page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-27 07:15:07 -07:00
commit 35ae171783
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
Fix manage-forgejo-mirrors verify step — sync button is on the repo settings page ("Synchronize now"), not the main repo page.

View file

@ -137,8 +137,8 @@ Return to [GitHub token settings](https://github.com/settings/tokens?type=beta)
Trigger a manual sync on one mirror to confirm the new PAT works: Trigger a manual sync on one mirror to confirm the new PAT works:
1. Go to any mirror repo on forge (e.g., `mirrors/cloudnative-pg`) 1. Go to any mirror repo's settings page on forge (e.g., `https://forge.eblu.me/mirrors/cloudnative-pg/settings`)
2. Click the sync button (circular arrows icon) next to the mirror status 2. In the "Mirror settings" section, click "Synchronize now"
3. Confirm the sync completes without errors 3. Confirm the sync completes without errors
## Related ## Related