Skip to content

This is a simple github action that allow you to send message on discord with a webhook, from your workflow.

Notifications You must be signed in to change notification settings

Enichy/Send_Discord_Message_Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Discord Message Action

This GitHub Action allows you to send messages to a Discord channel using a webhook. More parameters and features will be available in the future.

Inputs

github_token

Required The GitHub token used to authenticate with the GitHub API. Else it will throw an error.

discord_webhook

Required The URL of the Discord webhook you want to send messages to. Else it will throw an error.

message

Required The message you want to send. Else it will throw an error.

Example usage

steps:
- name: Send message to Discord
  uses: Enichy/Send_Discord_Message_Action@v1.1.11
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}
    message: 'Hello, World!'

About

This is a simple github action that allow you to send message on discord with a webhook, from your workflow.

Resources

Stars

Watchers

Forks

Packages

No packages published