Skip to content

Commit 41ed70c

Browse files
committed
debug
1 parent ce45900 commit 41ed70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/common_cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: inputs.setup_command != ''
107107
env:
108108
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
109-
MY_SECRET: "hello, world!"
109+
MY_SECRET_14904: ${{ secrets.MY_SECRET_14904 }}
110110
run: ${{ inputs.setup_command }}
111111
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
112112
if: contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'

.github/workflows/mlmodeldownloader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir FirebaseMLModelDownloader/Tests/Integration/Resources
4343
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/MLModelDownloader/GoogleService-Info.plist.gpg \
4444
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
45-
echo "$MY_SECRET"
45+
echo "$MY_SECRET_14904"
4646
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
4747
4848

0 commit comments

Comments
 (0)