Reusable GitHub Actions for Sparrow Wallet projects.
Signs and notarizes macOS applications with DMG creation.
- Documentation:codesign-macos/README.md
- Version: v1
Usage:
- name: Codesign and notarize macOS appuses: sparrowwallet/github-actions/codesign-macos@v1with:
certificate: ${{ secrets.MACOS_CERTIFICATE }}certificate-password: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}apple-id: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}team-id: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}notarization-password: ${{ secrets.MACOS_NOTARIZATION_PASSWORD }}@v1- Recommended (tracks latest v1.x.x)@v1.0.0- Pin to specific version@main- Development (not recommended)