entire workflow permissions

This commit is contained in:
Lucas Nogueira 2026-02-02 15:18:56 -03:00
parent e2a2720bbd
commit 4485811185
No known key found for this signature in database

View File

@ -20,6 +20,10 @@ defaults:
run:
working-directory: packages/cli/
permissions:
contents: write # update release
id-token: write # oidc token
jobs:
build:
strategy:
@ -366,9 +370,6 @@ jobs:
- test-linux-x64-gnu-binding
- test-linux-x64-musl-binding
#- test-linux-arm-bindings
permissions:
contents: write # update release
id-token: write # oidc token
steps:
- uses: actions/checkout@v4
- run: npm i -g --force corepack