From 7c2be490c71e5c0eb6dfeba51fbd027018d2a277 Mon Sep 17 00:00:00 2001 From: Edward Brown Date: Wed, 27 Mar 2024 14:24:53 +0000 Subject: [PATCH] Move actions email to secrets --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f6affb..c85e74f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,10 +38,11 @@ jobs: echo $DOCKER_TOKEN | docker login --username $DOCKER_USER --password-stdin - name: Increment Version + env: + GIT_EMAIL: ${{ secrets.GIT_EMAIL }} run: | - git config --global user.name 'Frontmatter Actions' - git config --global user.email 'actions@frontmatter.ai' + git config --global user.email "$GIT_EMAIL" echo -n ${VERSION} > ${NAME}/version python3 update_version.py ${VERSION} tappack --module-path berry/ --output ./${NAME_SHORT}.tapp