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>
  • Loading branch information
nscuro committed Aug 1, 2023
1 parent 3bc906c commit 5d659dc
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 5d659dc

Please sign in to comment.