forked from phoenix/litellm-mirror
build(have-github-releases-pushed-to-discord-channel): easier for people to read release notes/know about changelog
This commit is contained in:
parent
dbb832ee11
commit
8e65f83380
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ghcr_deploy.yml
vendored
11
.github/workflows/ghcr_deploy.yml
vendored
|
@ -172,3 +172,14 @@ jobs:
|
|||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
- name: Github Releases To Discord
|
||||
uses: SethCohen/github-releases-to-discord@v1.13.1
|
||||
with:
|
||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||
color: "2105893"
|
||||
username: "Release Changelog"
|
||||
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
|
||||
content: "||@everyone||"
|
||||
footer_title: "Changelog"
|
||||
footer_icon_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
|
||||
footer_timestamp: true
|
Loading…
Add table
Add a link
Reference in a new issue