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 @@ -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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments