mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
ci: fix release napi scripts
This commit is contained in:
parent
8a72b8ecc7
commit
4f6d164f52
3 changed files with 6 additions and 0 deletions
2
.github/workflows/release_napi_minify.yml
vendored
2
.github/workflows/release_napi_minify.yml
vendored
|
|
@ -21,3 +21,5 @@ jobs:
|
|||
name: minify
|
||||
secrets:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
permissions:
|
||||
id-token: write # for `pnpm publish --provenance`
|
||||
|
|
|
|||
2
.github/workflows/release_napi_parser.yml
vendored
2
.github/workflows/release_napi_parser.yml
vendored
|
|
@ -21,3 +21,5 @@ jobs:
|
|||
name: parser
|
||||
secrets:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
permissions:
|
||||
id-token: write # for `pnpm publish --provenance`
|
||||
|
|
|
|||
2
.github/workflows/release_napi_transform.yml
vendored
2
.github/workflows/release_napi_transform.yml
vendored
|
|
@ -21,3 +21,5 @@ jobs:
|
|||
name: transform
|
||||
secrets:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
permissions:
|
||||
id-token: write # for `pnpm publish --provenance`
|
||||
|
|
|
|||
Loading…
Reference in a new issue