Skip to content

Commit 8b1be78

Browse files
authored
chore: define workflow permissions (#1844)
1 parent 84dfd22 commit 8b1be78

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.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)