Skip to content

Commit

Permalink
GitHub Actions: post to discord
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 1, 2024
1 parent 3776ae0 commit 9eddfad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Discord update"

jobs:
post-to-discord:
runs-on: ubuntu-latest
steps:
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master

0 comments on commit 9eddfad

Please sign in to comment.