There was an error while loading. Please reload this page.
1 parent 4a0c11f commit 27a418fCopy full SHA for 27a418f
1 file changed
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Sign the executable (macOS)
86
if: env.SIGN_MACOS == 'true' && runner.os == 'macOS'
87
- uses: toitlang/action-macos-sign-notarize@64b6d845b70ccd71bde584769280c612d48211db # v1.2.1
+ uses: toitlang/action-macos-sign-notarize@385e50b59cf23df408e3361c28d3d665f4730dd1 # v1.3.0
88
with:
89
certificate: ${{ secrets.MACOS_CERTIFICATE }}
90
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
0 commit comments