From d3d57328ba7288b0ca2462b4f5f2c06d51607385 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Wed, 27 Nov 2024 16:14:49 -0500 Subject: [PATCH] feat: Add congratsbot (#129) --- .github/workflows/congratsbot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/congratsbot.yml diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml new file mode 100644 index 0000000..67a0fe4 --- /dev/null +++ b/.github/workflows/congratsbot.yml @@ -0,0 +1,11 @@ +name: Congratsbot + +on: + push: + branches: [main] + +jobs: + congrats: + uses: namesakefyi/congratsbot/.github/workflows/congratsbot.yml@main + secrets: + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }}