Skip to content

Commit 910402e

Browse files
committed
chore(workflows/tests): disable NPM_TOKEN and try trusted publishing
As semantic-release 25([email protected]) should now support it.
1 parent 3c707e1 commit 910402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
# replace with trusted-publishing once available, see https://github.com/semantic-release/npm/issues/958
120-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
120+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)