From fee5aafe7092c9ed3b087fcd09ddf454c0405dbe Mon Sep 17 00:00:00 2001 From: Sebastian Wezel Date: Fri, 27 Oct 2023 10:56:13 +0200 Subject: [PATCH] ci: pip-requirements workflow fix user mail * Github verifys a user by a verified e-mail on the account. * Chang e-mail address to the mail in the Nordic Builder profile. Signed-off-by: Sebastian Wezel --- .github/workflows/pip-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-requirements.yml b/.github/workflows/pip-requirements.yml index 43137e9b30f..f560f895ee8 100644 --- a/.github/workflows/pip-requirements.yml +++ b/.github/workflows/pip-requirements.yml @@ -74,4 +74,4 @@ jobs: diff_file: requirements-fixed.txt reaction_emote: "${{ env.REACT_EMOTE }}" git_user_name: "Nordic Builder" - git_user_email: "NordicBuilder@github.com" + git_user_email: "pylon@nordicsemi.no"