Skip to content

Commit

Permalink
ci: Add discord webhook to build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Sep 13, 2024
1 parent 1bfda6e commit a128ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
go-version-file: go.mod
- run: make build
- run: make test
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a128ee1

Please sign in to comment.