Skip to content

Commit

Permalink
Merge pull request #32 from PoulavBhowmick03/main
Browse files Browse the repository at this point in the history
update contributors.yml
  • Loading branch information
PoulavBhowmick03 authored Jan 23, 2025
2 parents 59d165b + 6ac7e3b commit f884cd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
pip install requests
python update_readme.py
env:
TOKEN_GH: ${{ secrets.TOKEN_GH }}

- name: Commit and push changes
run: |
Expand All @@ -26,3 +28,5 @@ jobs:
git add README.md
git commit -m "Update contributors"
git push
env:
TOKEN_GH: ${{ secrets.TOKEN_GH }}

0 comments on commit f884cd9

Please sign in to comment.