Skip to content

Commit c8eccc7

Browse files
authored
ci: add signing certificate password for mac [skip ci]
1 parent a318f6b commit c8eccc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
env:
5353
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
CSC_LINK: ${{ secrets.APPLE_SIGNING_CERT }}
55+
CSC_KEY_PASSWORD: ${{ secrets.APPLE_SIGNING_CERT_PASSWORD }}
5556
API_KEY: ${{ secrets.APPLE_API_KEY }}
5657
APPLE_API_KEY: apple.p8
5758
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}

0 commit comments

Comments
 (0)