Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Sparrow Wallet GitHub Actions

Reusable GitHub Actions for Sparrow Wallet projects.

Available Actions

codesign-macos

Signs and notarizes macOS applications with DMG creation.

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 }}

Versioning

  • @v1 - Recommended (tracks latest v1.x.x)
  • @v1.0.0 - Pin to specific version
  • @main - Development (not recommended)

About

Reusable GitHub Actions for Sparrow Wallet projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors