Allow publishing to npmjs.com with OIDC
(cherry picked from commit b29cc6493d)
This commit is contained in:
parent
5ac7bd2819
commit
603d63fc0f
|
|
@ -9,6 +9,9 @@ on:
|
|||
jobs:
|
||||
npm:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue