Skip to content

Commit

Permalink
Update data-fetch-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AruneshSingh authored Feb 14, 2024
1 parent de43df4 commit 7412812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/data-fetch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python -m pip install pypistats
- name: Set pepy.tech API key
run: |
echo "PYPI_API_KEY=${{ secrets.PYPI_API_KEY }}" >> $GITHUB_ENV
run: |
echo "PYPI_API_KEY=${{ secrets.PYPI_API_KEY }}" >> $GITHUB_ENV
- name: Update files after fetching data from APIs
run: |
Expand All @@ -48,4 +48,4 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.DATA_PUSH_TOKEN }}
github_token: ${{ secrets.DATA_PUSH_TOKEN }}

0 comments on commit 7412812

Please sign in to comment.