change token for git repo

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

View file

@ -10,6 +10,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
token: ${{ secrets.JRNL_BOT_TOKEN }}
- name: Check branch for new commits - name: Check branch for new commits
run: | run: |
@ -79,5 +81,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 https://jrnl-bot:${JRNL_BOT_TOKEN}@github.com/jrnl-org/jrnl.git $BRANCH git push origin $BRANCH