Skip to content

Scrape Data

Scrape Data #2

Workflow file for this run

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