File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66on :
77 workflow_call :
88 secrets :
9- MY_SECRET_14904 :
9+ plist_secret :
1010 required : false
1111
1212 inputs :
@@ -109,11 +109,8 @@ jobs:
109109 - name : Run setup command, if needed.
110110 if : inputs.setup_command != ''
111111 env :
112- plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
113- MY_SECRET_14904 : ${{ secrets.MY_SECRET_14904 }}
114- run : |
115- echo "$MY_SECRET_14904"
116- ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
112+ plist_secret : ${{ secrets.plist_secret }}
113+ run : ${{ inputs.setup_command }}
117114 - uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
118115 if : contains(join(inputs.platforms), matrix.platform) || matrix.os == 'macos-14'
119116 with :
Original file line number Diff line number Diff line change 4545 echo "$MY_SECRET_14904"
4646 ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
4747 secrets :
48- MY_SECRET_14904 : ${{ secrets.MY_SECRET_14904 }}
49-
48+ plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
5049
5150 # mlmodeldownloader-cron-only:
5251 # if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
You can’t perform that action at this time.
0 commit comments