Skip to content

Commit

Permalink
Whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 25, 2024
1 parent fdfa7f1 commit 64847e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 "_${GITHUB_TOKEN}_" > token.txt
- cat token.txt
- echo "https://${GITHUB_TOKEN}@github.com/subdavis/open-journal-mpls.git"
- git push -u origin main
Expand Down

0 comments on commit 64847e1

Please sign in to comment.