We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b91c8 commit 9c5d58aCopy full SHA for 9c5d58a
.github/workflows/codeql.yml
@@ -143,6 +143,8 @@ jobs:
143
timeout-minutes: 120
144
env:
145
TURBO_CACHE_DIR: .turbo/ios
146
+ TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
147
+ TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
148
149
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
150
permissions:
@@ -216,7 +218,9 @@ jobs:
216
218
CODE_SIGNING_REQUIRED=NO \
217
219
CODE_SIGNING_ALLOWED=NO \
220
BUILD_LIBRARY_FOR_DISTRIBUTION=NO \
- APPLICATION_EXTENSION_API_ONLY=NO \
221
+ APPLICATION_EXTENSION_API_ONLY=NO
222
+
223
+ yarn add -D @react-native-community/cli
224
continue-on-error: true
225
226
- name: Perform CodeQL Analysis
0 commit comments