Skip to content

Commit edb7805

Browse files
committed
feat: define workflow permissions
1 parent c9a2a86 commit edb7805

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/npm_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ env:
1313
ANDROID_ABI: x86_64
1414
NDK_ARCH: darwin
1515

16+
permissions:
17+
contents: read
18+
1619
jobs:
1720
build:
1821
name: Build

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
NDK_ARCH: darwin
1111

1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build:
1518
name: Build

0 commit comments

Comments
 (0)