Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore: update notify
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 13, 2023
1 parent 198e52b commit 9efd618
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,25 @@ jobs:

notify-obsidian:
runs-on: ubuntu-latest
needs: upload-build
steps:
- name: Webhook
uses: javalent/workflows/actions/discord-embed@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
secrets: inherit
name: Fantasy Calendar
webhook-urls: ${{ secrets.OBSIDIAN_WEBHOOK }}
notify-ttrpg:
runs-on: ubuntu-latest
needs: upload-build
steps:
- name: Webhook
uses: javalent/workflows/actions/discord-embed@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
secrets: inherit
name: Fantasy Calendar
webhook-urls: ${{ secrets.TTRPG_WEBHOOK }}

0 comments on commit 9efd618

Please sign in to comment.