Skip to content

Commit 451f931

Browse files
committed
remove unneeded changes
1 parent 564fc8f commit 451f931

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/npm-operations.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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' \

0 commit comments

Comments
 (0)