File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -105,18 +105,15 @@ jobs:
105105
106106 - name : Sign Windows binary
107107 if : (runner.os == 'Windows' && (github.event_name == 'release' || github.event.inputs.sign-windows == 'true'))
108- uses : toitlang/action-code- sign@5da128f4fb4f719c1b667867815f6c31e743b111 # v1.1.0
108+ uses : toitlang/action-sign-server@26db6e4021bfbd79af777d15964f1ab70bcfd3a4 # v1.0.7
109109 with :
110- certificate : ${{ secrets.DIGICERT_CERTIFICATE }}
111- api-key : ${{ secrets.DIGICERT_API_KEY }}
112- certificate-password : ${{ secrets.DIGICERT_PASSWORD }}
113- certificate-fingerprint : ${{ secrets.DIGICERT_FINGERPRINT }}
114- keypair-alias : ${{ vars.DIGICERT_KEYPAIR_ALIAS }}
110+ uri : ${{ vars.CERTUM_URI }}
111+ password : ${{ secrets.CERTUM_PWD }}
115112 path : ${{ env.DISTPATH }}
116113
117114 - name : Sign macOS binary
118115 if : (runner.os == 'macOS' && (github.event_name == 'release' || github.event.inputs.sign-macos == 'true'))
119- uses : toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
116+ uses : toitlang/action-macos-sign-notarize@64b6d845b70ccd71bde584769280c612d48211db # v1.2.1
120117 with :
121118 certificate : ${{ secrets.MACOS_CERTIFICATE }}
122119 certificate-password : ${{ secrets.MACOS_CERTIFICATE_PWD }}
You can’t perform that action at this time.
0 commit comments