File tree Expand file tree Collapse file tree 11 files changed +18
-10
lines changed Expand file tree Collapse file tree 11 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 46
46
with :
47
47
product : ABTesting
48
48
is_legacy : true
49
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh abtesting
49
+ setup_command : scripts/setup_quickstart_spm.sh abtesting
50
50
plist_src_path : scripts/gha-encrypted/qs-abtesting.plist.gpg
51
51
plist_dst_path : quickstart-ios/abtesting/GoogleService-Info.plist
52
52
secrets :
Original file line number Diff line number Diff line change 97
97
uses : ./.github/workflows/common_quickstart.yml
98
98
with :
99
99
product : Authentication
100
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh authentication
100
+ setup_command : scripts/setup_quickstart_spm.sh authentication
101
101
plist_src_path : scripts/gha-encrypted/qs-authentication.plist.gpg
102
102
plist_dst_path : quickstart-ios/authentication/GoogleService-Info.plist
103
103
run_tests : false
Original file line number Diff line number Diff line change 29
29
type : string
30
30
required : true
31
31
32
+ # The branch to checkout in the quickstart repo.
33
+ quickstart_branch :
34
+ type : string
35
+ required : false
36
+ # default: 'main' # TODO: Revert to main before merging.
37
+ default : ' nc/quickstarts'
38
+
32
39
# Whether to test the legacy version of the quickstart.
33
40
is_legacy :
34
41
type : boolean
66
73
env :
67
74
plist_secret : ${{ secrets.plist_secret }}
68
75
LEGACY : ${{ inputs.is_legacy && true || '' }}
76
+ QUICKSTART_BRANCH : ${{ inputs.quickstart_branch }}
69
77
runs-on : macos-15
70
78
steps :
71
79
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 74
74
uses : ./.github/workflows/common_quickstart.yml
75
75
with :
76
76
product : Database
77
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh database
77
+ setup_command : scripts/setup_quickstart_spm.sh database
78
78
plist_src_path : scripts/gha-encrypted/qs-database.plist.gpg
79
79
plist_dst_path : quickstart-ios/database/GoogleService-Info.plist
80
80
run_tests : false
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ jobs:
606
606
# with:
607
607
# product: Firestore
608
608
# is_legacy: true
609
- # setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh firestore
609
+ # setup_command: scripts/setup_quickstart_spm.sh firestore
610
610
# plist_src_path: scripts/gha-encrypted/qs-firestore.plist.gpg
611
611
# plist_dst_path: quickstart-ios/firestore/GoogleService-Info.plist
612
612
# run_tests: false
Original file line number Diff line number Diff line change 76
76
uses : ./.github/workflows/common_quickstart.yml
77
77
with :
78
78
product : InAppMessaging
79
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh inappmessaging
79
+ setup_command : scripts/setup_quickstart_spm.sh inappmessaging
80
80
plist_src_path : scripts/gha-encrypted/qs-inappmessaging.plist.gpg
81
81
plist_dst_path : quickstart-ios/inappmessaging/GoogleService-Info.plist
82
82
secrets :
Original file line number Diff line number Diff line change 53
53
uses : ./.github/workflows/common_quickstart.yml
54
54
with :
55
55
product : Installations
56
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh installations
56
+ setup_command : scripts/setup_quickstart_spm.sh installations
57
57
plist_src_path : scripts/gha-encrypted/Installations/GoogleService-Info.plist.gpg
58
58
plist_dst_path : quickstart-ios/installations/GoogleService-Info.plist
59
59
secrets :
Original file line number Diff line number Diff line change 85
85
uses : ./.github/workflows/common_quickstart.yml
86
86
with :
87
87
product : Messaging
88
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh messaging
88
+ setup_command : scripts/setup_quickstart_spm.sh messaging
89
89
plist_src_path : scripts/gha-encrypted/qs-messaging.plist.gpg
90
90
plist_dst_path : quickstart-ios/messaging/GoogleService-Info.plist
91
91
run_tests : false
Original file line number Diff line number Diff line change 83
83
uses : ./.github/workflows/common_quickstart.yml
84
84
with :
85
85
product : Performance
86
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh performance
86
+ setup_command : scripts/setup_quickstart_spm.sh performance
87
87
plist_src_path : scripts/gha-encrypted/qs-performance.plist.gpg
88
88
plist_dst_path : quickstart-ios/performance/GoogleService-Info.plist
89
89
secrets :
Original file line number Diff line number Diff line change 94
94
uses : ./.github/workflows/common_quickstart.yml
95
95
with :
96
96
product : Config
97
- setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh config
97
+ setup_command : scripts/setup_quickstart_spm.sh config
98
98
plist_src_path : scripts/gha-encrypted/qs-config.plist.gpg
99
99
plist_dst_path : quickstart-ios/config/GoogleService-Info.plist
100
100
secrets :
You can’t perform that action at this time.
0 commit comments