Skip to content

Commit 85d91a8

Browse files
authored
[CI] Replace refs to qs-auth.plist.gpg with updated name (#15268)
1 parent c080b30 commit 85d91a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
product: Authentication
9999
is_legacy: false
100100
setup_command: scripts/setup_quickstart.sh authentication
101-
plist_src_path: scripts/gha-encrypted/qs-auth.plist.gpg
101+
plist_src_path: scripts/gha-encrypted/qs-authentication.plist.gpg
102102
plist_dst_path: quickstart-ios/authentication/GoogleService-Info.plist
103103
run_tests: false
104104
secrets:
@@ -122,7 +122,7 @@ jobs:
122122
# - name: Setup quickstart
123123
# run: scripts/setup_quickstart.sh authentication
124124
# - name: Install Secret GoogleService-Info.plist
125-
# run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth.plist.gpg \
125+
# run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication.plist.gpg \
126126
# quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
127127
# - name: Build swift quickstart
128128
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Authentication)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- name: Setup testing repo and quickstart
202202
run: BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Authentication nightly_release_testing
203203
- name: Install Secret GoogleService-Info.plist
204-
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth.plist.gpg \
204+
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication.plist.gpg \
205205
quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
206206
- name: Test swift quickstart
207207
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication false)

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
"${HOME}"/ios_frameworks/Firebase/FirebaseAuth/* \
197197
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
198198
- name: Install Secret GoogleService-Info.plist
199-
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth.plist.gpg \
199+
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication.plist.gpg \
200200
quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
201201
- name: Test Swift Quickstart
202202
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")

0 commit comments

Comments
 (0)