File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
21
21
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
22
22
runs-on : macOS-latest
23
- needs : check
24
23
25
24
steps :
26
25
- uses : actions/checkout@v2
32
31
- name : Install Secret FIREGSignInInfo.h
33
32
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
34
33
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
34
+ - name : Setup custom URL scheme
35
+ run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
35
36
- name : Test quickstart
36
37
run : ([ -z $plist_secret ] ||
37
38
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions)
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
paths :
9
9
- ' FirebaseInAppMessaging**'
10
- - ' .github/workflows/InAppMessaging .yml'
10
+ - ' .github/workflows/inappmessaging .yml'
11
11
- ' Gemfile'
12
12
schedule :
13
13
# Run every day at 11pm (PST) - cron uses UTC times
20
20
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
21
21
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
22
22
runs-on : macOS-latest
23
- needs : check
24
23
25
24
steps :
26
25
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments