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 8ab9cea commit 421e239Copy full SHA for 421e239
.github/workflows/publish-packages.yml
@@ -17,6 +17,8 @@ on:
17
18
permissions:
19
contents: read
20
+ # For npm OIDC (https://docs.npmjs.com/trusted-publishers)
21
+ id-token: write
22
23
env:
24
COMMIT_SHA: ${{ github.sha }}
@@ -115,8 +117,6 @@ jobs:
115
117
116
118
- name: Publish
119
working-directory: packages/${{ matrix.package }}
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
120
run: |
121
# Install deps
122
pnpm install --frozen-lockfile
0 commit comments