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 039c3e2 commit b16b6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,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
python ha/addon/update_version.py ${VERSION}
git add ${NAME}/version
Expand Down

0 comments on commit b16b6e7

Please sign in to comment.