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