ci: Add webhook secret to reporter env

This commit is contained in:
Ven 2022-11-11 13:30:51 +01:00 committed by GitHub
parent 409e54a9d8
commit f3aba3edb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,3 +40,4 @@ jobs:
node dist/report.mjs >> $GITHUB_STEP_SUMMARY
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}