Skip to content

Commit

Permalink
Merge pull request #40 from PoulavBhowmick03/main
Browse files Browse the repository at this point in the history
FIX: tests failing
  • Loading branch information
PoulavBhowmick03 authored Jan 23, 2025
2 parents af82791 + 5d5f531 commit 5db997a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
schedule:
- cron: "0 0 * * *"

permissions:
contents: write

jobs:
update-contributors:
runs-on: ubuntu-latest
Expand All @@ -27,6 +30,4 @@ jobs:
git config --global user.email "actions@github.com"
git add README.md
git commit -m "Update contributors"
git push
env:
TOKEN_GH: ${{ secrets.TOKEN_GH }}
git push

0 comments on commit 5db997a

Please sign in to comment.