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 4f95405 commit 69a4d9aCopy full SHA for 69a4d9a
.github/workflows/mlmodeldownloader.yml
@@ -44,7 +44,8 @@ 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 }}
+ secrets:
48
+ MY_SECRET_14904: ${{ secrets.MY_SECRET_14904 }}
49
50
51
# mlmodeldownloader-cron-only:
0 commit comments