We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa5c16 commit 23a0fd1Copy full SHA for 23a0fd1
1 file changed
.github/workflows/changesets.yml
@@ -9,6 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
permissions:
11
id-token: write
12
+ contents: read
13
14
jobs:
15
release:
@@ -27,8 +28,8 @@ jobs:
27
28
- name: Setup Node.js
29
uses: actions/setup-node@v6
30
with:
- node-version: 'lts/*'
31
- cache: 'pnpm'
+ node-version: "lts/*"
32
+ cache: "pnpm"
33
34
- name: Install dependencies
35
run: pnpm install --frozen-lockfile
@@ -43,4 +44,3 @@ jobs:
43
44
commit: Publish new versions
45
env:
46
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments