Skip to content

Commit e7b0618

Browse files
committed
chore: add CSC_KEYCHAIN to macOS workflow for improved code signing configuration
1 parent e27212c commit e7b0618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
2323
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
2424
CSC_KEY_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
25+
CSC_KEYCHAIN: app-signing
2526
steps:
2627
- name: Checkout repository
2728
uses: actions/checkout@v4

0 commit comments

Comments
 (0)