Skip to content

Commit

Permalink
New action GitHub Releases To Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 26, 2024
1 parent 8bdea2b commit 5639be9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: GitHub Releases To Discord

on:
release:
types: [published]

jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
github-releases-to-discord-cn:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL_CN }}

0 comments on commit 5639be9

Please sign in to comment.