Skip to content

Commit 8a4590f

Browse files
committed
ci: removed npm token from env when publishing
1 parent 5d07030 commit 8a4590f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,9 @@ jobs:
7272
uses: changesets/action@v1
7373
with:
7474
version: bun run ci:version
75-
# changesets/action splits publish on whitespace (first token = executable); use a script.
7675
publish: bun run ci:publish
7776
commit: "chore: version packages"
7877
title: "chore: version packages"
7978
createGithubReleases: true
8079
env:
8180
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
83-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)