Skip to content

Commit

Permalink
fixing actions yaml for fetching citation metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeberv committed Dec 23, 2024
1 parent 1756a7e commit 9bd6623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_scholar_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install scholarly
pip install scholarly httpx==0.23.0
- name: Run the Python script
run: python fetch_scholar_metrics.py
Expand All @@ -32,4 +32,4 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add _data/scholar_metrics.json
git commit -m "Update Google Scholar metrics"
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.ref }}
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.ref }}

0 comments on commit 9bd6623

Please sign in to comment.