Skip to content

Commit

Permalink
👷 ci: update email configuration for Git workflow bots
Browse files Browse the repository at this point in the history
  • Loading branch information
futjesus committed Feb 4, 2025
1 parent 4c03054 commit 98bf14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout, bun, commit and push version change
run: |
git config user.name "konstruct-bot"
git config user.email "alerts@kubefirst.io"
git config user.email "konstruct-bot@konstruct.io"
git fetch origin main
git checkout main
npm version ${RELEASE_VERSION} --no-commit-hooks --no-git-tag-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Commit and Push Changes
run: |
git config user.name "konstruct-bot"
git config user.email "alerts@kubefirst.io"
git config user.email "konstruct-bot@konstruct.io"
git fetch origin main
git checkout main
git add CHANGELOG.md
Expand Down

0 comments on commit 98bf14a

Please sign in to comment.