diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 01a8d0505..d965d85af 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 bab3c95e5..f2660c7cc 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