Allow publishing to npmjs.com with OIDC

This commit is contained in:
Alexander Zeijlon
2025-11-03 12:37:45 +01:00
parent c2d89730dd
commit b29cc6493d

View File

@@ -9,6 +9,9 @@ on:
jobs:
npm:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- run: |