Add Nostr notification

This commit is contained in:
KoalaSat 2023-01-28 01:05:56 +01:00 committed by GitHub
parent f70b6be427
commit c94bdc23ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,3 +13,9 @@ jobs:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
channel: ${{ secrets.CHANGELOG_CHANNEL_ID }}
changelog: ${{ github.event.release.body }}
- name: 'Post to Nostr'
run: |
# clone the repo
git clone https://github.com/fiatjaf/noscl
noscl setprivate ${{ secrets.NOSTROS_PRIVATE_KEY }}
noscl publish ${{ github.event.release.body }}