Update discord_changelog.yml

This commit is contained in:
Vigers Ray 2024-06-13 01:51:23 +03:00 committed by GitHub
parent ba6867df55
commit 0894bb3429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,5 +19,9 @@ jobs:
- name: Install Dependencies
run: pip install pyyaml requests
- name: Publish changelog (Discord)
run: Tools/actions_changelogs_since_last_run.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}