Update discord_changelog.yml
This commit is contained in:
parent
ba6867df55
commit
0894bb3429
1 changed files with 6 additions and 2 deletions
8
.github/workflows/discord_changelog.yml
vendored
8
.github/workflows/discord_changelog.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue