Skip to content

Commit 54300b0

Browse files
committed
Add a broader permissions.content: read
1 parent 79df5f6 commit 54300b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ env:
2424
NODE_ENV: test # Add instrumentation code
2525
node-version: 18.20 # Need to bump jest@29 to resolve something in https://github.com/facebook/react-native/issues/35701
2626

27+
permissions:
28+
contents: read
29+
2730
jobs:
2831
build:
2932
name: Build

0 commit comments

Comments
 (0)