return changelogs
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -69,6 +69,12 @@ jobs:
|
||||
passphrase: ${{ secrets.BUILDS_SSH_KEY_PASS }}
|
||||
script: sh ~/ss14/anvil/cortice.sh ${{ github.sha }}
|
||||
|
||||
- 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 }}
|
||||
|
||||
- name: Publish changelog (RSS)
|
||||
run: Tools/actions_changelog_rss.py
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user