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 6d2644e commit 1098a7dCopy full SHA for 1098a7d
.github/workflows/release_nightly.yml
@@ -309,6 +309,9 @@ jobs:
309
needs: create-nightly-release
310
if: needs.create-nightly-release.outputs.is_active == 'true'
311
runs-on: ubuntu-22.04
312
+ permissions:
313
+ contents: read
314
+ id-token: write
315
strategy:
316
matrix:
317
demo: [false, true]
@@ -393,7 +396,7 @@ jobs:
393
396
- name: Publish npm package
394
397
if: ${{ !matrix.demo }}
395
398
# npm scoped packages are private by default, explicitly make public
- run: npm publish --access public
399
+ run: npm publish --access public --provenance
400
continue-on-error: true
401
working-directory: web/packages/selfhosted/dist
402
env:
0 commit comments