We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df5f6 commit 54300b0Copy full SHA for 54300b0
1 file changed
.github/workflows/pull-request-validation.yml
@@ -24,6 +24,9 @@ env:
24
NODE_ENV: test # Add instrumentation code
25
node-version: 18.20 # Need to bump jest@29 to resolve something in https://github.com/facebook/react-native/issues/35701
26
27
+permissions:
28
+ contents: read
29
+
30
jobs:
31
build:
32
name: Build
0 commit comments