ci: Add webhook secret to reporter env
This commit is contained in:
parent
409e54a9d8
commit
f3aba3edb0
1
.github/workflows/reportBrokenPlugins.yml
vendored
1
.github/workflows/reportBrokenPlugins.yml
vendored
@ -40,3 +40,4 @@ jobs:
|
||||
node dist/report.mjs >> $GITHUB_STEP_SUMMARY
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
Loading…
Reference in New Issue
Block a user