We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e865aa + c53daac commit 3ce0b89Copy full SHA for 3ce0b89
.github/workflows/publish-go-nightly-task.yml
@@ -140,7 +140,7 @@ jobs:
140
-f pkcs12 \
141
-A \
142
-T /usr/bin/codesign \
143
- -P "${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}"
+ -P '${{ secrets.INSTALLER_CERT_MAC_PASSWORD }}'
144
145
security set-key-partition-list \
146
-S apple-tool:,apple: \
.github/workflows/release-go-task.yml
@@ -150,7 +150,7 @@ jobs:
150
151
152
-T "/usr/bin/codesign" \
153
154
155
156
0 commit comments