diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 43a4c76b7..449bf4260 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -13,6 +13,9 @@ env: ANDROID_ABI: x86_64 NDK_ARCH: darwin +permissions: + contents: read + jobs: build: name: Build diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index de0f75728..25defc118 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,6 +10,9 @@ env: NDK_ARCH: darwin +permissions: + contents: read + jobs: build: name: Build