Skip to content

snow-actions/nostr

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

snow-actions/nostr

Send EVENT to Nostr.

Usage

steps:
  - uses: snow-actions/[email protected]
    with:
      relays: |
        ${{ vars.NOSTR_RELAY_1 }}
        ${{ vars.NOSTR_RELAY_2 }}
      private-key: ${{ secrets.NOSTR_PRIVATE_KEY }}
      content: |
        Text message

Inputs

See action.yml

Name Description Default Required
relays Relay URLs wss://... (separated by \n) - yes
private-key Private key (nsec or hex) - yes
content Content - yes

Supported

Runners

  • ubuntu-*
  • windows-*
  • macos-*
  • self-hosted

Events

  • Any

Dependencies

Contributing

Welcome.