Skip to content

slack eod activities: prevent collision of reserved names #1

slack eod activities: prevent collision of reserved names

slack eod activities: prevent collision of reserved names #1

name: Post EOD Messages to Slack Channel
on:
schedule:
- cron: "00 14 * * *" # 19:30 IST
workflow_dispatch:
jobs:
run-slack-eod-reminder:
uses: coronasafe/leaderboard/.github/workflows/post-eod-activities-slack@main

Check failure on line 10 in .github/workflows/post-eod-activities-slack.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/post-eod-activities-slack.yaml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
if: github.ref == 'refs/heads/main'
permissions:
issues: read
pull-requests: read
with:
LEADERBOARD_URL: https://contributors.ohc.network
secrets:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
LEADERBOARD_API_KEY: ${{ secrets.LEADERBOARD_API_KEY }}
SLACK_EOD_BOT_CHANNEL: ${{ vars.SLACK_EOD_BOT_CHANNEL }}
SLACK_EOD_BOT_TOKEN: ${{ secrets.SLACK_EOD_BOT_TOKEN }}