forked from phoenix/litellm-mirror
(fix) posting release notes on discord action
This commit is contained in:
parent
07e3c19d55
commit
d580b66a91
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ghcr_deploy.yml
vendored
6
.github/workflows/ghcr_deploy.yml
vendored
|
@ -178,13 +178,13 @@ jobs:
|
||||||
RELEASE_NOTES: ${{ steps.release-notes.outputs.result }}
|
RELEASE_NOTES: ${{ steps.release-notes.outputs.result }}
|
||||||
run: |
|
run: |
|
||||||
curl -H "Content-Type: application/json" -X POST -d '{
|
curl -H "Content-Type: application/json" -X POST -d '{
|
||||||
"content": "||@everyone||",
|
"content": "New LiteLLM release ${{ env.RELEASE_TAG }}",
|
||||||
"username": "Release Changelog",
|
"username": "Release Changelog",
|
||||||
"avatar_url": "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png",
|
"avatar_url": "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png",
|
||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"title": "Changelog for ${RELEASE_TAG}",
|
"title": "Changelog for LiteLLM ${{ env.RELEASE_TAG }}",
|
||||||
"description": "${RELEASE_NOTES}",
|
"description": "${{ env.RELEASE_NOTES }}",
|
||||||
"color": 2105893
|
"color": 2105893
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue