File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -129,23 +129,7 @@ jobs:
129129 # Deprecate old versions
130130 - name : Deprecate old versions
131131 if : inputs.operation == 'deprecate-old-versions'
132- env :
133- # Ensure npm uses the registry URL for authentication
134- NPM_CONFIG_REGISTRY : https://registry.npmjs.org/
135132 run : |
136- # Verify npm registry configuration
137- echo "NPM registry: $(npm config get registry)"
138- echo "NPM config:"
139- npm config list
140-
141- # # Test authentication by attempting to access user info
142- # echo "Testing npm authentication..."
143- # if ! npm whoami; then
144- # echo "Error: NPM authentication failed. OIDC token may not be properly configured."
145- # echo "This may be because deprecation requires specific NPM permissions."
146- # exit 1
147- # fi
148-
149133 # Get agent EoL table from NRQL
150134 response=$(curl -X POST https://api.newrelic.com/graphql \
151135 -H 'Content-Type: application/json' \
You can’t perform that action at this time.
0 commit comments