mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
change token for git repo
This commit is contained in:
parent
0751d1fb60
commit
eca9d0b316
1 changed files with 3 additions and 1 deletions
4
.github/workflows/changelog.yaml
vendored
4
.github/workflows/changelog.yaml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.JRNL_BOT_TOKEN }}
|
||||
|
||||
- name: Check branch for new commits
|
||||
run: |
|
||||
|
@ -79,5 +81,5 @@ jobs:
|
|||
git config user.name "Jrnl Bot"
|
||||
git add "$FILENAME"
|
||||
git commit -m "Update changelog"
|
||||
git push https://jrnl-bot:${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH
|
||||
git push origin $BRANCH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue