File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 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
31
2
32
3
permissions :
33
4
contents : read
You can’t perform that action at this time.
0 commit comments