Skip to content

Commit 3d3d7d5

Browse files
committed
real attempt
1 parent 69a4d9a commit 3d3d7d5

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/common_cocoapods.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
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:

.github/workflows/mlmodeldownloader.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
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'

0 commit comments

Comments
 (0)