Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump Apple-Actions/import-codesign-certs action to v3

mx4ke.xyz 0e79bb54 b9c42123

verified
+2 -2
+2 -2
.github/workflows/release.yml
··· 96 96 run: shards install 97 97 98 98 - name: Import Developer ID Application cert for signing and notorizing 99 - uses: Apple-Actions/import-codesign-certs@5565bb656f60c98c8fc515f3444dd8db73545dc2 99 + uses: Apple-Actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 100 100 with: 101 101 p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }} 102 102 p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }} ··· 139 139 run: shards install 140 140 141 141 - name: Import Developer ID Application cert for signing and notorizing 142 - uses: Apple-Actions/import-codesign-certs@5565bb656f60c98c8fc515f3444dd8db73545dc2 142 + uses: Apple-Actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3 143 143 with: 144 144 p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }} 145 145 p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}