From cc19405b6dfede8c27c69b211154c1cd7bab05d8 Mon Sep 17 00:00:00 2001 From: "Jeremy R. Manning" Date: Thu, 18 Jul 2024 11:07:02 -0400 Subject: [PATCH] Update launch_events.yml --- .github/workflows/launch_events.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/launch_events.yml b/.github/workflows/launch_events.yml index fc06a6c..0834d51 100644 --- a/.github/workflows/launch_events.yml +++ b/.github/workflows/launch_events.yml @@ -28,6 +28,11 @@ jobs: env: GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }} + - name: Configure git + run: | + git config --global user.name 'github-actions[bot]' + git config --global user.email 'github-actions[bot]@users.noreply.github.com' + - name: Commit new workflows run: | git add .github/workflows/reminder_*.yml