Skip to content

Commit 348528d

Browse files
committed
use npm toke for github org
1 parent 2e4f1bc commit 348528d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,5 @@ jobs:
156156
!startsWith(github.event.head_commit.message, 'docs')
157157
run: ./scripts/release.sh
158158
env:
159-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
159+
NPM_TOKEN: ${{secrets.NPM_ORG_TOKEN}}
160160
NIGHTLY_RELEASE: 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- name: Publish package
6060
run: ./scripts/release.sh
6161
env:
62-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
62+
NPM_TOKEN: ${{secrets.NPM_ORG_TOKEN}}

0 commit comments

Comments
 (0)