chore(ci): use FORGEJO_PAT for package deploy #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/forgejo-pat-deploy"
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
Switch
REGISTRY_PASSWORDin.forgejo/workflows/build-oci-image.ymlfromsecrets.A8N_TOOLS_PRIVATE_PACKAGE_PATtosecrets.FORGEJO_PATso OCI image push and Generic Package upload share the same Forgejo PAT already used bycreate-release.yml.Test plan
docker loginand thecurl --upload-fileto/api/packages/.../generic/youtrack-cli/...both succeed withFORGEJO_PAT.