mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
add bot token since gh actions doesn't allow pushing to protected branch
This commit is contained in:
parent
142e6f597e
commit
af6316a91e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog.yaml
vendored
2
.github/workflows/changelog.yaml
vendored
|
@ -78,5 +78,5 @@ jobs:
|
||||||
git config user.name "Jrnl Bot"
|
git config user.name "Jrnl Bot"
|
||||||
git add "$FILENAME"
|
git add "$FILENAME"
|
||||||
git commit -m "Update changelog"
|
git commit -m "Update changelog"
|
||||||
git push origin $BRANCH
|
git push https://${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue