Skip to content

Commit 015482f

Browse files
committed
Simplify validate (OIDC already verified)
1 parent 9bdfe0e commit 015482f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
validate:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
contents: read
13-
id-token: write
1411
steps:
1512
- uses: actions/checkout@v4
1613

@@ -24,5 +21,5 @@ jobs:
2421
- name: Build /dist
2522
run: npm run build
2623

27-
- name: Validate npm package (dry-run with OIDC)
28-
run: npm publish --provenance --access public --dry-run
24+
- name: Validate npm package (dry-run)
25+
run: npm publish --dry-run

0 commit comments

Comments
 (0)