From 8fc95aff22867223aea1fdbf43d41abd4ab1859f Mon Sep 17 00:00:00 2001 From: orion Date: Tue, 14 Apr 2026 23:09:34 +0000 Subject: [PATCH] fix(git-hangman-lab): publish-package link - remove password fallback, use only access-token --- git-hangman-lab/scripts/publish-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hangman-lab/scripts/publish-package b/git-hangman-lab/scripts/publish-package index b2b7524..0dea4e6 100755 --- a/git-hangman-lab/scripts/publish-package +++ b/git-hangman-lab/scripts/publish-package @@ -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