We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a916d4 commit c1aef79Copy full SHA for c1aef79
.github/workflows/common_cocoapods.yml
@@ -5,6 +5,10 @@ permissions:
5
6
on:
7
workflow_call:
8
+ secrets:
9
+ MY_SECRET_14904:
10
+ required: false
11
+
12
inputs:
13
# The product to test be tested (e.g. `FirebaseABTesting`).
14
product:
.github/workflows/mlmodeldownloader.yml
@@ -44,6 +44,7 @@ jobs:
44
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
45
echo "$MY_SECRET_14904"
46
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
47
+ secrets: ${{ secrets.MY_SECRET_14904 }}
48
49
50
# mlmodeldownloader-cron-only:
0 commit comments