ci: unify REGISTRY_TOKEN + RELEASE_TOKEN into CI_TOKEN #36
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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