We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16aacd commit 91c6ffeCopy full SHA for 91c6ffe
.github/workflows/build.yaml
@@ -115,5 +115,7 @@ jobs:
115
run: |
116
release_url="https://github.com/${{ github.repository }}/releases/tag/v${{ env.VERSION_NAME }}"
117
curl -H "Content-Type: application/json" -X POST -d "{\"content\": \"New release v${{ env.VERSION_NAME }} is available! [View Release]($release_url)\"}" ${{ secrets.DISCORD_WEBHOOK_URL }}
118
+ curl -H "Content-Type: application/json" -X POST -d "{\"content\": \"New release v${{ env.VERSION_NAME }} is available! [View Release]($release_url)\"}" ${{ secrets.DISCORD_WEBHOOK_URL2 }}
119
env:
120
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
121
+ DISCORD_WEBHOOK_URL2: ${{ secrets.DISCORD_WEBHOOK_URL2 }}
0 commit comments