We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1144c1 commit 213e5d4Copy full SHA for 213e5d4
1 file changed
.github/workflows/release.yml
@@ -437,6 +437,7 @@ jobs:
437
- name: Trust macOS signing certificate
438
if: matrix.platform == 'mac'
439
shell: bash
440
+ timeout-minutes: 2
441
env:
442
CSC_LINK: ${{ secrets.CSC_LINK }}
443
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
@@ -464,11 +465,11 @@ jobs:
464
465
-clcerts \
466
-out "$cert_pem"
467
- security add-trusted-cert \
468
+ sudo security add-trusted-cert \
469
-d \
470
-r trustRoot \
471
-p codeSign \
- -k "$HOME/Library/Keychains/login.keychain-db" \
472
+ -k /Library/Keychains/System.keychain \
473
"$cert_pem"
474
475
echo "macOS signing certificate trusted for code signing."
0 commit comments