Skip to content

Commit

Permalink
I don't even know if env works here
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 25, 2024
1 parent 75dc61a commit 3682fed
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,8 +28,8 @@ 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 "_${GIT_COMMITTER_NAME}_" > token.txt
- cat token.txt
- echo $GIT_COMMITTER_NAME
- echo $GITHUB_TOKEN
- echo "https://${GIT_COMMITTER_NAME}@github.com/subdavis/open-journal-mpls.git"
- git push -u origin main

Expand Down

0 comments on commit 3682fed

Please sign in to comment.