GitHub-Actions: Fix Discord webhook URL used

This commit is contained in:
Christian Koop 2022-08-19 10:52:49 +02:00
parent a06d27ab90
commit 7b775a1db3
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -90,4 +90,4 @@ jobs:
uses: songoda/GH-Commons/.github/actions/discord_send_job_results@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
webhook_url: ${{ secrets.DISCORD_BUILD_STATUS_WEBHOOK }}