From 6ebdea9224228e8909d39d486fdbb205179e6700 Mon Sep 17 00:00:00 2001 From: Tianning Li Date: Thu, 2 Apr 2026 13:59:12 -0400 Subject: [PATCH] ci: remove temporary npm auth token configuration step The npm token is now handled via the setup-node action's registry-url, making the explicit `npm config set` step redundant. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4dcc42b..4bcb69a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -123,9 +123,6 @@ jobs: with: node-version: "22.x" registry-url: 'https://registry.npmjs.org' - - run: npm config set //registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN - env: - NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - name: Publish npm packages run: | npm publish ./npm/datadog-serverless-compat-linux-x64 --provenance --access public