We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33a794 commit 714687cCopy full SHA for 714687c
.github/actions/publish/action.yml
@@ -66,7 +66,7 @@ runs:
66
# https://github.com/Apple-Actions/import-codesign-certs
67
- name: Import Apple code signing certificate
68
if: runner.os == 'macOS'
69
- uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2
+ uses: apple-actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3
70
with:
71
p12-file-base64: ${{ fromJSON(inputs.secrets).APPLE_SIGNING }}
72
p12-password: ${{ fromJSON(inputs.secrets).APPLE_SIGNING_PASSWORD }}
0 commit comments