Skip to content

Commit a965536

Browse files
Merge pull request #20468 from timvandermeij/trusted-publishing
Use OIDC trusted publishing in the GitHub Actions release workflow
2 parents ec5330f + 8eb7476 commit a965536

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ jobs:
3434
run: npx gulp dist
3535

3636
- name: Publish the `pdfjs-dist` library to NPM
37-
run: npm publish ./build/dist --provenance
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
run: npm publish ./build/dist

0 commit comments

Comments
 (0)