fix: Improve image performance and add loading animation and snail an… #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Congratsbot | |
on: | |
push: | |
branches: [main] | |
jobs: | |
congrats: | |
uses: namesakefyi/congratsbot/.github/workflows/congratsbot.yml@main | |
secrets: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_CONGRATS }} |