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 e989284 commit 9bdfe0eCopy full SHA for 9bdfe0e
1 file changed
.github/workflows/validate.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
validate:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
@@ -21,5 +24,5 @@ jobs:
21
24
- name: Build /dist
22
25
run: npm run build
23
26
- - name: Validate npm package (dry-run)
- run: npm publish --dry-run
27
+ - name: Validate npm package (dry-run with OIDC)
28
+ run: npm publish --provenance --access public --dry-run
0 commit comments