ci: reuse existing REGISTRY_TOKEN secret for package publish #60
Reference in New Issue
Block a user
Delete Branch "feat/publish-reuse-registry-token"
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?
Summary
Re-applies the publish-workflow credential fix that landed after PR #59 was merged and therefore never reached
dev..gitea/workflows/publish.ymlnow reuses the existingREGISTRY_TOKENpackage secret (the samewrite:packagePATdocker.ymluses) instead of requiring newGITEA_PACKAGE_*secrets. It authenticatesuv publishasGITHUB_ACTORwith the token as password, and fails loudly if the secret is absent.docs/packaging.mdupdated to match.No code changes — CI workflow + docs only. The
v*-tag publish job is now ready to run with no new secret setup.Notes
devper the flowHEAD → feature → dev → main.c551b3c).🤖 Generated with Claude Code