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 }}