Fix-forward for v2026.05.10.0's failed flutter.yml run. Operator has consolidated the two prior CI PATs into a single CI_TOKEN secret with the union of scopes (write:repository + write:package).
This PR points all CI workflows at the single secret name. After merge, retag a v2026.05.10.1 release on the new main HEAD to actually ship the bundled-APK image.
Fix-forward for v2026.05.10.0's failed flutter.yml run. Operator has consolidated the two prior CI PATs into a single `CI_TOKEN` secret with the union of scopes (`write:repository` + `write:package`).
This PR points all CI workflows at the single secret name. After merge, retag a `v2026.05.10.1` release on the new main HEAD to actually ship the bundled-APK image.
## Changes
- `.forgejo/workflows/flutter.yml`: APK attach step → `CI_TOKEN`
- `.forgejo/workflows/release.yml`: docker login → `CI_TOKEN`; APK fetch step → `CI_TOKEN`
No behavior change — same calls, single secret name.
## Operator action after merge
1. Create release `v2026.05.10.1` on main HEAD
2. Watch CI: flutter.yml attaches the APK, release.yml polls + builds the bundled image
3. Verify deployed `:v2026.05.10.1` image has `/app/client/minstrel.apk` populated
4. Walk the test plan from PR #35
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix-forward for v2026.05.10.0's failed flutter.yml run. Operator has consolidated the two prior CI PATs into a single
CI_TOKENsecret with the union of scopes (write:repository+write:package).This PR points all CI workflows at the single secret name. After merge, retag a
v2026.05.10.1release on the new main HEAD to actually ship the bundled-APK image.Changes
.forgejo/workflows/flutter.yml: APK attach step →CI_TOKEN.forgejo/workflows/release.yml: docker login →CI_TOKEN; APK fetch step →CI_TOKENNo behavior change — same calls, single secret name.
Operator action after merge
v2026.05.10.1on main HEAD:v2026.05.10.1image has/app/client/minstrel.apkpopulated🤖 Generated with Claude Code