Skip to content

Commit 3f3c256

Browse files
committed
debug true
1 parent 601cd1d commit 3f3c256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)