Skip to content

Commit

Permalink
Update 000_scrape_data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
16bravo authored Feb 8, 2024
1 parent 0254660 commit daab9f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/000_scrape_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Kaggle credentials
run: echo "$KAGGLE_JSON" > /home/runner/.kaggle/kaggle.json && chmod 600 /home/runner/.kaggle/kaggle.json
env:
KAGGLE_JSON: ${{ secrets.KAGGLE_JSON }}

- name: Update Kaggle
run: |
cd data/source/match_dataset
Expand Down

0 comments on commit daab9f4

Please sign in to comment.