2022-08-24 00:55:19 -04:00
2022-08-24 00:55:06 -04:00
2022-08-24 00:37:18 -04:00
2022-08-24 00:40:43 -04:00
2022-08-24 00:55:19 -04:00
2022-08-23 23:46:20 -04:00

Github Release To Discord Action

This action parses a github release and posts it to a discord channel via a discord webhook.

Configuration

Variable Required Default Description
webhook_url Discord's webhook url. Use GH repo secrets.
colour "2105893" Decimal colour value for embed.
username "Release Changelog" String username for webhook.
avatar_url "Profile Picture" String url to webhook avatar picture.

Output

output

Example usage

on:
  release:
    types: [published]

jobs:
  github-release-to-discord:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Handle Release
        uses: ./ # Uses an action in the root directory
        id: release
        with:
          webhook_url: ${{ secrets.WEBHOOK_URL }}
S
Description
mirror of github.com/SethCohen/github-releases-to-discord
Readme MIT
10 MiB
Languages
JavaScript 100%