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 b6c0274 commit da5d6f8Copy full SHA for da5d6f8
1 file changed
.github/workflows/npm-publish.yml
@@ -8,6 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
permissions:
11
+ id-token: write
12
contents: read
13
steps:
14
- uses: actions/checkout@v6
@@ -16,5 +17,4 @@ jobs:
16
17
node-version-file: .nvmrc
18
registry-url: https://registry.npmjs.org/
19
- run: npm install
- # TODO: Re-enable --provenance and id-token:write permission once the repo is public
20
- - run: npm publish --access public
+ - run: npm publish --provenance --access public
0 commit comments