mirror of
https://github.com/danbulant/lucide
synced 2026-05-24 12:35:58 +00:00
ci: change user to Rust for Web bot (#82)
This commit is contained in:
parent
f4abfc8ff0
commit
bb33a76bfe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/upstream.yml
vendored
4
.github/workflows/upstream.yml
vendored
|
|
@ -40,6 +40,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTOR: ${{ env.GITHUB_ACTOR }}
|
GITHUB_ACTOR: ${{ env.GITHUB_ACTOR }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GIT_USER_NAME: github-actions[bot]
|
GIT_USER_NAME: rust-for-web[bot]
|
||||||
GIT_USER_EMAIL: github-actions[bot]@users.noreply.github.com
|
GIT_USER_EMAIL: 191031261+rust-for-web[bot]@users.noreply.github.com
|
||||||
RUST_LOG: upstream=info
|
RUST_LOG: upstream=info
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue