We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f42473 commit e97931bCopy full SHA for e97931b
1 file changed
.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