Send changelog to Discord webhook. (#14292)

This commit is contained in:
Pieter-Jan Briers
2023-02-26 17:45:06 +01:00
committed by GitHub
parent 6ac3c4dc08
commit 61a671bbc6
2 changed files with 138 additions and 0 deletions

View File

@@ -57,3 +57,8 @@ jobs:
key: ${{ secrets.CENTCOMM_WIZARDS_BUILDS_PUSH_KEY }}
script: /home/wizards-build-push/push.ps1 ${{ github.sha }}
- name: Publish changelog
run: Tools/actions_changelogs_since_last_run.py
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}