Skip to content

Commit

Permalink
update relays for nostr github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Feb 9, 2023
1 parent 06df7bb commit 89897c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nostr-on-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: theborakompanioni/nostr-action@v1
with:
key: ${{ secrets.NOSTR_KEY }}
relay: wss://nostr.chaker.net
relay: wss://relay.damus.io
content: |
Issue ${{ github.event.action }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nostr-on-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: theborakompanioni/nostr-action@v1
with:
key: ${{ secrets.NOSTR_KEY }}
relay: wss://nostr.chaker.net
relay: wss://relay.damus.io
content: |
Pull Request ${{ github.event.action }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nostr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: theborakompanioni/nostr-action@v1
with:
key: ${{ secrets.NOSTR_KEY }}
relay: wss://nostr.chaker.net
relay: wss://relay.damus.io
content: |
${{ github.actor }} pushed to branch ${{ github.ref_name }}
https://github.com/${{ github.repository }}/compare/${{ github.event.before }}...${{ github.event.after }}

0 comments on commit 89897c9

Please sign in to comment.