Skip to content

Commit

Permalink
Use github-actions[bot] for commits during release
Browse files Browse the repository at this point in the history
See actions/checkout#1184

Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: mehab <meha.bhargava@citi.com>
  • Loading branch information
nscuro authored and mehab committed Sep 12, 2023
1 parent 126f4f6 commit c5a0d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Perform Release
run: |-
git config user.name "dependencytrack-bot"
git config user.email "106437498+dependencytrack-bot@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
BUILD_ARGS=(
'-Dcheckstyle.skip'
Expand Down

0 comments on commit c5a0d20

Please sign in to comment.