From cb721822fe0abbaef805d567f62563510b53ce90 Mon Sep 17 00:00:00 2001 From: Asin-Junior-Honore Date: Mon, 3 Jun 2024 15:57:00 +0100 Subject: [PATCH] =?UTF-8?q?made=20allow=20commit=20to=20be=20made=20by=20b?= =?UTF-8?q?ot=E2=9C=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scrape-techcrunch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scrape-techcrunch.yml b/.github/workflows/scrape-techcrunch.yml index 5115074..2243035 100644 --- a/.github/workflows/scrape-techcrunch.yml +++ b/.github/workflows/scrape-techcrunch.yml @@ -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 }} \ No newline at end of file