Skip to content

Commit

Permalink
ci: send a message using webhook to the official discord changelog ch…
Browse files Browse the repository at this point in the history
…annel
  • Loading branch information
Mara-Li committed May 29, 2024
1 parent 39f6fe5 commit c5448bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
STYLE: true
SUBMODULE: true
CACHE: "pnpm"
discord_webhook_avatar: "https://avatars.githubusercontent.com/u/107352364?s=400&u=f2eb1406068b95a58baecdf987ccccde7fcbdd55&v=4"
discord_webhook_name: "Enveloppe"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

bump-version-and-release:
if: ${{ inputs.bump }}
needs: echo
Expand All @@ -48,5 +52,8 @@ jobs:
BETA: ${{ inputs.beta }}
SUBMODULE: true
CACHE: "pnpm"
discord_webhook_avatar: "https://avatars.githubusercontent.com/u/107352364?s=400&u=f2eb1406068b95a58baecdf987ccccde7fcbdd55&v=4"
discord_webhook_name: "Enveloppe"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit c5448bf

Please sign in to comment.