Merge pull request #20468 from timvandermeij/trusted-publishing

Use OIDC trusted publishing in the GitHub Actions release workflow
This commit is contained in:
Tim van der Meij 2025-11-28 21:13:06 +01:00 committed by GitHub
commit a965536485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,4 @@ jobs:
run: npx gulp dist
- name: Publish the `pdfjs-dist` library to NPM
run: npm publish ./build/dist --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish ./build/dist