Skip to content

Commit

Permalink
Actually add discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 4, 2024
1 parent 761abd2 commit 2d8c821
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/discord.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
name: Github Releases To Discord
uses: SethCohen/[email protected]
on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Github Releases To Discord
uses: SethCohen/[email protected]
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 2d8c821

Please sign in to comment.