fix(git-hangman-lab): publish-package link - remove password fallback, use only access-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user