Skip to content

Commit

Permalink
Break stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 25, 2024
1 parent 64847e1 commit 75dc61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ steps:
- git add .
- git commit -m "automated daily generation routine"
- git remote set-url origin "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- echo "_${GITHUB_TOKEN}_" > token.txt
- echo "_${GIT_COMMITTER_NAME}_" > token.txt
- cat token.txt
- echo "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- echo "https://${GIT_COMMITTER_NAME}@github.com/subdavis/open-journal-mpls.git"
- git push -u origin main

trigger:
Expand Down

0 comments on commit 75dc61a

Please sign in to comment.