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 12e9233 commit 76ab38aCopy full SHA for 76ab38a
.github/workflows/deploy.yaml
@@ -10,6 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
container:
12
image: node:18
13
+ permissions:
14
+ contents: write
15
+ id-token: write
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
@@ -22,7 +25,7 @@ jobs:
22
25
- name: Publish
23
26
run: |
24
27
yarn install --frozen-lockfile --ignore-scripts --prefer-offline
- npm publish
28
+ npm publish --provenance
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- name: Build Changelog
0 commit comments