Skip to content

Commit 3b773d7

Browse files
committed
test(ci): use env
1 parent f36b9c3 commit 3b773d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
publish: pnpm release
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
NPM_TOKEN: ${{ env.NPM_TOKEN }}
5151
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)