You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "npm userconfig: $(npm config get userconfig)"
104
+
echo "npm provenance: $(npm config get provenance)"
105
+
if [[ -n "${ACTIONS_ID_TOKEN_REQUEST_URL:-}" ]]; then echo "ACTIONS_ID_TOKEN_REQUEST_URL is set."; else echo "ACTIONS_ID_TOKEN_REQUEST_URL is NOT set."; fi
106
+
if [[ -n "${ACTIONS_ID_TOKEN_REQUEST_TOKEN:-}" ]]; then echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN is set."; else echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN is NOT set."; fi
0 commit comments