Skip to content

Commit

Permalink
Update launch_events.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored Jul 18, 2024
1 parent d714327 commit 6905b83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/launch_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ 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
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Add event reminder workflows"
file_pattern: ".github/workflows/reminder_*.yml"
branch: main
commit_options: "--allow-empty"
commit_user_name: github-actions[bot]
commit_user_email: github-actions[bot]@users.noreply.github.com
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
repository: ${{ github.repository }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6905b83

Please sign in to comment.