mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
add jrnl bot username to commit step
This commit is contained in:
parent
95c4bc7f2b
commit
0751d1fb60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue