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