Skip to content

Commit 96ab942

Browse files
ci: remove temporary npm auth token configuration step (#110)
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 9148c8d commit 96ab942

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.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)