Skip to content

Commit db3448d

Browse files
authored
Update .github/workflows/common_quickstart.yml
1 parent bc80c80 commit db3448d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7676
- name: Run setup command.
7777
run: ${{ inputs.setup_command }}
78-
# - name: Install Secret GoogleService-Info.plist
79-
# run: |
80-
# scripts/decrypt_gha_secret.sh \
81-
# ${{ inputs.plist_src_path }} \
82-
# ${{ inputs.plist_dst_path }} \
83-
# "$plist_secret"
78+
- name: Install Secret GoogleService-Info.plist
79+
run: |
80+
scripts/decrypt_gha_secret.sh \
81+
${{ inputs.plist_src_path }} \
82+
${{ inputs.plist_dst_path }} \
83+
"$plist_secret"
8484
- name: Build ${{ inputs.product }} Quickstart (${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }})
8585
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
8686
with:

0 commit comments

Comments
 (0)