From 41fdbfbf6dcfa531038baacf86af3f891ed296b6 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 20 Jul 2021 10:28:05 +0200 Subject: [PATCH] create-snapshot: Don't commit as icingabot --- .github/workflows/create-snapshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-snapshot.yml b/.github/workflows/create-snapshot.yml index d115ccb..df4993b 100644 --- a/.github/workflows/create-snapshot.yml +++ b/.github/workflows/create-snapshot.yml @@ -20,8 +20,8 @@ jobs: - name: Prepare Git environment run: | - git config user.name "icingabot" - git config user.email "65761963+icingabot@users.noreply.github.com" + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com echo '{"github-oauth": {"github.com": "${{ secrets.ICINGABOT_TOKEN }}"}}' > auth.json echo 'auth.json' >> .gitignore