mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 11:54:31 +02:00
create-snapshot: Don't commit as icingabot
This commit is contained in:
parent
15d91ced83
commit
41fdbfbf6d
4
.github/workflows/create-snapshot.yml
vendored
4
.github/workflows/create-snapshot.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user