Skip to content

Commit

Permalink
Throwing at the wall
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 25, 2024
1 parent d0f2ce1 commit 1ee9923
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ steps:
from_secret: GITHUB_TOKEN
commands:
- env
- git config --global user.name 'drone-ci[bot]'
- git config --global user.email 'drone-ci[bot]@users.noreply.github.com'
- git config --global user.name $GIT_COMMITTER_NAME
- git config --global user.email $GIT_AUTHOR_EMAIL
- git add .
- git commit -m "automated daily generation routine"
- git push "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- git remote add origin "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- git push -u origin main

trigger:
event:
Expand Down

0 comments on commit 1ee9923

Please sign in to comment.