Skip to content

Commit 875a962

Browse files
authored
refactor: Remove NPM token setting from publish script
Removed the line setting the NPM authentication token.
1 parent 5a6cb72 commit 875a962

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/publish-npm.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ do
3535
echo "🔑 Authenticated with GITHUB"
3636
elif [[ $REGISTRY == 'NPM' ]]; then
3737
npm config set @db-ui:registry https://registry.npmjs.org/
38-
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
3938
echo "🔑 Authenticated with NPM"
4039
else
4140
echo "Could not authenticate with $REGISTRY"

0 commit comments

Comments
 (0)