Skip to content

Commit

Permalink
Move actions email to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Mar 27, 2024
1 parent 86dbfd9 commit 7c2be49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '[email protected]'
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
Expand Down

0 comments on commit 7c2be49

Please sign in to comment.