Skip to content

Commit

Permalink
made allow commit to be made by bot✌
Browse files Browse the repository at this point in the history
  • Loading branch information
Asin-Junior-Honore committed Jun 3, 2024
1 parent cc9c991 commit cb72182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scrape-techcrunch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

- name: Commit and push changes
run: |
git config --global user.name "${{ secrets.USER_NAME }}"
git config --global user.email "${{ secrets.USER_EMAIL }}"
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add README.md
git commit -m "🤖 Scrape: Updated TechCrunch Startups section with latest news"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb72182

Please sign in to comment.