create-snapshot: Don't commit as icingabot

This commit is contained in:
Johannes Meyer 2021-07-20 10:28:05 +02:00
parent 15d91ced83
commit 41fdbfbf6d

View File

@ -20,8 +20,8 @@ jobs:
- name: Prepare Git environment - name: Prepare Git environment
run: | run: |
git config user.name "icingabot" git config user.name github-actions[bot]
git config user.email "65761963+icingabot@users.noreply.github.com" git config user.email 41898282+github-actions[bot]@users.noreply.github.com
echo '{"github-oauth": {"github.com": "${{ secrets.ICINGABOT_TOKEN }}"}}' > auth.json echo '{"github-oauth": {"github.com": "${{ secrets.ICINGABOT_TOKEN }}"}}' > auth.json
echo 'auth.json' >> .gitignore echo 'auth.json' >> .gitignore