ci: publish binary to current repo owner #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/publish-to-current-org"
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
Repo moved organizations. The OCI build workflow was still publishing the Windows binary to the prior private org via
vars.A8N_TOOLS_PRIVATE_PACKAGE_OWNERandsecrets.A8N_TOOLS_PRIVATE_PACKAGE_PAT. SwitchedREGISTRY_OWNERto${{ github.repository_owner }}andREGISTRY_PASSWORDto the auto-provisioned${{ github.token }}, so the binary publishes to the current owner.permissions.packages: writeis already declared on the job, so no extra secret config is needed.Test plan
mainand confirm theBuild Windows binaryworkflow run uploadsexplorer-bookmarks-x86_64.exeunder the current org's generic packages athttps://dev.a8n.run/api/packages/<current-owner>/generic/explorer-bookmarks/latest/.