Skip to content

Commit

Permalink
O look and see
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 26, 2024
1 parent 18870e9 commit 2c22e02
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 @@ -25,11 +25,12 @@ steps:
GITHUB_TOKEN:
from_secret: GITHUB_TOKEN
commands:
- 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 set-url origin "https://$GITHUB_TOKEN@github.com/subdavis/open-journal-mpls.git"
- git push --set-upstream origin main

trigger:
event:
Expand Down

0 comments on commit 2c22e02

Please sign in to comment.