Skip to content

GitHub Actions Discord Webhook

Actions
Sends the build status to a Discord webhook
v1.0.0
Latest
Star (6)

GitHub Actions Discord Webhook

    - name: Send status to Discord
      uses: nebularg/actions-discord-webhook@v1
      with:
        webhook_url: ${{ secrets.discord_webhook_url }} # required
        status: ${{ job.status }} # optional, this is the default
      if: always() # or failure() or success()

Discord message

GitHub Actions Discord Webhook is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sends the build status to a Discord webhook
v1.0.0
Latest

GitHub Actions Discord Webhook is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.