Skip to content

Commit 0228ec0

Browse files
authored
refactor: introduce trusted publishing
1 parent 331614b commit 0228ec0

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
@@ -51,7 +51,6 @@ do
5151
echo "🔑 Authenticated with GITHUB"
5252
elif [[ $REGISTRY == 'NPM' ]]; then
5353
npm config set @db-ui:registry https://registry.npmjs.org/
54-
npm set //registry.npmjs.org/:_authToken "$NPM_TOKEN"
5554
echo "🔑 Authenticated with NPM"
5655
else
5756
echo "Could not authenticate with $REGISTRY"

0 commit comments

Comments
 (0)