Slack EOD Reminder Bot #1
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: Slack EOD Reminder Bot | |
on: | |
schedule: | |
- cron: "30 13 * * *" # 7:00pm IST | |
workflow_dispatch: | |
jobs: | |
run-slack-eod-reminder: | |
uses: coronasafe/leaderboard/.github/workflows/slack_eod_reminder.yaml@slack-eod-bot | |
if: github.ref == 'refs/heads/main' | |
permissions: | |
issues: read | |
pull-requests: read | |
secrets: inherit |