Stop hardcoding bot info in some pipelines (#1506)

This commit is contained in:
Jonathan Wren 2022-06-18 11:53:20 -07:00 committed by GitHub
parent fe2b976849
commit bd590213a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,8 +144,8 @@ jobs:
- name: Commit
if: env.SOMETHING_CHANGED == 'true'
run: |
git config user.email "jrnl.bot@gmail.com"
git config user.name "Jrnl Bot"
git config --global user.name "${{ secrets.JRNL_BOT_NAME }}"
git config --global user.email "${{ secrets.JRNL_BOT_EMAIL }}"
git add "$FILENAME"
git commit -m "Update changelog [ci skip]"
git push origin $BRANCH