fix(git-hangman-lab): publish-package link - remove password fallback, use only access-token

This commit is contained in:
2026-04-14 23:09:34 +00:00
parent 0c5e6b8688
commit 8fc95aff22

View File

@@ -86,7 +86,7 @@ do_docker() {
docker push "$FULL_IMAGE"
# Link package to repository
TOKEN=$(secret-mgr get-secret --key git-access-token 2>/dev/null || secret-mgr get-secret --key git)
TOKEN=$(secret-mgr get-secret --key git-access-token)
REPO_NAME=$(basename "$REPO")
# Determine the actual owner of the git repository