Skip to content

Commit

Permalink
Create scrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-eminds authored Jul 16, 2024
1 parent e15a6bc commit 013247c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/scrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Scrape Data

on:
#schedule:
#- cron: "*/120 * * * *" # Runs Every Two hour
workflow_dispatch:

jobs:
run-scraper:
uses: beckn/leaderboard/.github/workflows/scrapper_for_data_repo.yml@main
if: github.ref == 'refs/heads/develop'
permissions:
issues: read
pull-requests: read
contents: write
secrets: inherit
with:
slack-eod-channel: ${{ vars.SLACK_EOD_CHANNEL }}

0 comments on commit 013247c

Please sign in to comment.