Skip to content

Commit 23a0fd1

Browse files
committed
remove token
1 parent 1fa5c16 commit 23a0fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/changesets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
1111
id-token: write
12+
contents: read
1213

1314
jobs:
1415
release:
@@ -27,8 +28,8 @@ jobs:
2728
- name: Setup Node.js
2829
uses: actions/setup-node@v6
2930
with:
30-
node-version: 'lts/*'
31-
cache: 'pnpm'
31+
node-version: "lts/*"
32+
cache: "pnpm"
3233

3334
- name: Install dependencies
3435
run: pnpm install --frozen-lockfile
@@ -43,4 +44,3 @@ jobs:
4344
commit: Publish new versions
4445
env:
4546
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
46-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)