File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289289 - name : Xcode
290290 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
291291 - name : Setup testing repo and quickstart
292- run : BOT_TOKEN="${botaccess}" scripts/setup_quickstart_spm.sh ${{ matrix.product }} prerelease_testing
292+ run : DEBUG=true scripts/setup_quickstart_spm.sh ${{ matrix.product }} prerelease_testing
293293 - name : Install Secret GoogleService-Info.plist
294294 run : |
295295 scripts/decrypt_gha_secret.sh \
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192192 run : sudo xcode-select -s /Applications/Xcode_16.4.app
193193 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
194194 - name : Setup testing repo and quickstart
195- run : BOT_TOKEN="${botaccess}" scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
195+ run : DEBUG=true scripts/setup_quickstart_spm.sh ${{ matrix.product }} nightly_release_testing
196196 - name : Install Secret GoogleService-Info.plist
197197 run : |
198198 scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-${{ matrix.product }}.plist.gpg \
You can’t perform that action at this time.
0 commit comments