diff --git a/.github/workflows/github-releases-to-discord.yml b/.github/workflows/github-releases-to-discord.yml new file mode 100644 index 0000000000..1ddb931337 --- /dev/null +++ b/.github/workflows/github-releases-to-discord.yml @@ -0,0 +1,23 @@ +--- +# https://github.com/SethCohen/github-releases-to-discord +# yamllint disable rule:truthy +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: GitHub Releases to Discord + uses: SethCohen/github-releases-to-discord@b96a33520f8ad5e6dcdecee6f1212bdf88b16550 + with: + webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} + color: "2105893" + # username: "Release Changelog" + # avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png" + # content: "||@everyone||" + footer_title: "Changelog" + reduce_headings: true