Skip to content

Commit decd097

Browse files
committed
debug
1 parent 2a07499 commit decd097

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/mlmodeldownloader.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: mlmodeldownloader
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
pull_request:
@@ -39,8 +42,7 @@ jobs:
3942
mkdir FirebaseMLModelDownloader/Tests/Integration/Resources
4043
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/MLModelDownloader/GoogleService-Info.plist.gpg \
4144
FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
42-
ls
43-
ls FirebaseMLModelDownloader/Tests/Integration/Resources
45+
ls FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
4446
pwd
4547
4648

0 commit comments

Comments
 (0)