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 a65b616 commit 74d1cfeCopy full SHA for 74d1cfe
1 file changed
.github/workflows/publish.yml
@@ -41,6 +41,7 @@ jobs:
41
permissions:
42
contents: write
43
pull-requests: write
44
+ id-token: write
45
46
steps:
47
- uses: actions/checkout@v5
@@ -51,7 +52,7 @@ jobs:
51
52
registry-url: 'https://registry.npmjs.org'
53
- uses: pnpm/action-setup@v4
54
- run: pnpm install --frozen-lockfile
- - name: npm publish
55
+ - name: npm publish --provenance
56
run: pnpm release-plan publish
57
env:
58
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
0 commit comments