Skip to content

Commit 4892f96

Browse files
committed
syntax
1 parent 67c8af8 commit 4892f96

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
name: common_cocoapods
2-
3-
permissions:
4-
contents: read
5-
6-
on:
7-
workflow_call:
8-
# Re-usable workflows do not automatically inherit the caller's secrets.
9-
#
10-
# If the calling workflow uses a secret in the `setup_command` input, then
11-
# it also must pass the secret to the re-usable workflow.
12-
#
13-
# Example:
14-
#
15-
# pod_lib_lint:
16-
# uses: ./.github/workflows/common_cocoapods.yml
17-
# with:
18-
# product: FirebaseFoo
19-
# setup_command: |
20-
# scripts/decrypt_gha_secret.sh \
21-
# /path/to/GoogleService-Info.plist.gpg \
22-
# /path/to/dest/GoogleService-Info.plist "$plist_secret"
23-
# secrets:
24-
# plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
25-
#
26-
secrets:
27-
plist_secret:
28-
required: true
29-
30-
name: common_cocoapods
1+
name: common_quickstart
312

323
permissions:
334
contents: read

0 commit comments

Comments
 (0)