Skip to content

Commit

Permalink
Update data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeb-git authored May 22, 2024
1 parent a4cfed9 commit b291e63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
python -m pip install --upgrade pip
pip install requests beautifulsoup4
- name: Run Python script
- name: Load secrets
env:
SIURL: ${{ secrets.KARM_URL }}
KARM_URL: ${{ secrets.KARM_URL }}

- name: Run Python script
run: python data.py

- name: Commit changes
Expand Down

0 comments on commit b291e63

Please sign in to comment.