Skip to content

Commit

Permalink
fix: 🐛 add discord webhook environment variables to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHeidenis committed Nov 29, 2023
1 parent 0da2a37 commit 30b79a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}

0 comments on commit 30b79a8

Please sign in to comment.