Skip to content

Commit c1aef79

Browse files
committed
debug
1 parent 5a916d4 commit c1aef79

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/common_cocoapods.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ permissions:
55

66
on:
77
workflow_call:
8+
secrets:
9+
MY_SECRET_14904:
10+
required: false
11+
812
inputs:
913
# The product to test be tested (e.g. `FirebaseABTesting`).
1014
product:

.github/workflows/mlmodeldownloader.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
4545
echo "$MY_SECRET_14904"
4646
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
47+
secrets: ${{ secrets.MY_SECRET_14904 }}
4748

4849

4950
# mlmodeldownloader-cron-only:

0 commit comments

Comments
 (0)