ci: Fix discord notifications to prevent mass unhappiness

This commit is contained in:
Fabian-Lars
2024-05-01 22:08:25 +02:00
committed by GitHub
parent 3f9a96ef2d
commit 0d344743f2

View File

@@ -2,11 +2,11 @@ name: Congrats
on:
push:
branches: [next]
branches: [v2]
jobs:
congrats:
uses: tauri-apps/automation/.github/workflows/congrats.yml@main
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}