Add comment to trigger workflow

pull/299/head
Aaron Haaf 2025-10-28 13:19:34 -07:00
parent 46a0007e64
commit b80632598f
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ if [ -n "$PRIVATE_REGISTRY_TOKEN" ]; then
token = "$PRIVATE_REGISTRY_TOKEN" token = "$PRIVATE_REGISTRY_TOKEN"
alwaysAuth = true alwaysAuth = true
EOF EOF
# Some npm repositories (Azure Devops) require a user to be configred
# even if it isn't a valid one.
if [ -n "$PRIVATE_REGISTRY_USER" ]; then if [ -n "$PRIVATE_REGISTRY_USER" ]; then
cat >> "$UPM_CONFIG_TOML_PATH" <<EOF cat >> "$UPM_CONFIG_TOML_PATH" <<EOF
user = "$PRIVATE_REGISTRY_USER" user = "$PRIVATE_REGISTRY_USER"