mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-12-02 15:03:25 +01:00
GitHub-Actions: Fix Discord webhook URL used
This commit is contained in:
parent
a06d27ab90
commit
7b775a1db3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -90,4 +90,4 @@ jobs:
|
|||||||
uses: songoda/GH-Commons/.github/actions/discord_send_job_results@master
|
uses: songoda/GH-Commons/.github/actions/discord_send_job_results@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
|
webhook_url: ${{ secrets.DISCORD_BUILD_STATUS_WEBHOOK }}
|
||||||
|
Loading…
Reference in New Issue
Block a user