add jrnl bot username to commit step

This commit is contained in:
Jonathan Wren 2020-11-21 14:35:02 -08:00
parent 95c4bc7f2b
commit 0751d1fb60
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -79,5 +79,5 @@ jobs:
git config user.name "Jrnl Bot"
git add "$FILENAME"
git commit -m "Update changelog"
git push https://${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH
git push https://jrnl-bot:${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH