Skip to content

Commit 45e6061

Browse files
committed
Maybe fix app build
1 parent 1fa0309 commit 45e6061

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build_macos.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_call:
8+
secrets:
9+
LEAFLET_KEY:
10+
required: true
11+
MAC_SIGNING_CERT_P12:
12+
required: true
13+
MAC_SIGNING_CERT_PASSWORD:
14+
required: true
15+
MAC_SIGNING_IDENTITY:
16+
required: true
17+
MAC_NOTARY_TEAM_ID:
18+
required: true
19+
MAC_NOTARY_KEY_ID:
20+
required: true
21+
MAC_NOTARY_KEY_ISSUER:
22+
required: true
23+
MAC_NOTARY_KEY_CONTENTS:
24+
required: true
725

826
concurrency: ci-macos-${{ github.ref }}
927

0 commit comments

Comments
 (0)