Skip to content

.github/workflows/release-to-discord.yml #5

.github/workflows/release-to-discord.yml

.github/workflows/release-to-discord.yml #5

on:
release:
types: [ published ]
workflow_dispatch:
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Discord Release Webhook
uses: lettermint/action-discord-releases@v1.0.1
with:
color: '215732'
webhook_url: ${{ secrets.DISCORD_RELEASE_WEBHOOK_URL }}
content: 'A new release for the Lettermint NodeJS SDK is now available! ||@NodeJS||'