diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml new file mode 100644 index 000000000..1f53e1e5d --- /dev/null +++ b/.github/workflows/discord.yml @@ -0,0 +1,14 @@ +name: "Discord update" +on: + issues: + pull_request: + push: + +jobs: + post-to-discord: + runs-on: ubuntu-latest + steps: + - name: Discord notification + env: + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} + uses: Ilshidur/action-discord@master