From e324e11bae4af692ecc54d5d11c3ef6c0c7dc853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20Zieli=C5=84ski?= Date: Mon, 21 Mar 2022 16:51:41 +0100 Subject: [PATCH] Move email to github actions --- .github/workflows/deploy-all.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-all.yml b/.github/workflows/deploy-all.yml index 2a10f996..4dd3c667 100644 --- a/.github/workflows/deploy-all.yml +++ b/.github/workflows/deploy-all.yml @@ -13,10 +13,8 @@ jobs: ref: main fetch-depth: 0 - shell: bash - env: - CONTACT_EMAIL: ${{ secrets.CONTACT_EMAIL }} run: | - git config user.email $CONTACT_EMAIL + git config user.email mag@nordicsemi.no git config user.name "Github Action" VERSION=`git describe --tags --abbrev=0` VERSION=`./moustache/split.sh $VERSION`