We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c276254 commit d013429Copy full SHA for d013429
1 file changed
.github/workflows/publish.yaml
@@ -5,6 +5,7 @@ on:
5
6
permissions:
7
contents: read
8
+ id-token: write
9
10
jobs:
11
publish-npm:
@@ -24,6 +25,4 @@ jobs:
24
25
- run: npm run compile
26
- run: npm test
27
- run: echo "Publishing string-offsets"
- - run: npm whoami; npm --ignore-scripts publish
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ - run: npm --ignore-scripts publish --provenance
0 commit comments