Skip to content

Commit 6ebdea9

Browse files
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 <noreply@anthropic.com>
1 parent bb2532a commit 6ebdea9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ jobs:
123123
with:
124124
node-version: "22.x"
125125
registry-url: 'https://registry.npmjs.org'
126-
- run: npm config set //registry.npmjs.org/:_authToken=$NPM_PUBLISH_TOKEN
127-
env:
128-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
129126
- name: Publish npm packages
130127
run: |
131128
npm publish ./npm/datadog-serverless-compat-linux-x64 --provenance --access public

0 commit comments

Comments
 (0)