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 b08ff5c commit d714327
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/launch_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,14 @@ 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
git commit -m "Add event reminder workflows"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Push changes
uses: ad-m/[email protected]
uses: stefanzweifel/git-auto-commit-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: "Add event reminder workflows"
file_pattern: ".github/workflows/reminder_*.yml"
branch: main
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 d714327

Please sign in to comment.