Skip to content

Commit

Permalink
Update bot username
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Jan 16, 2024
1 parent 600e4cd commit 7f835c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Configure Git
run: |
git config user.name "dapla-bot[bot]"
git config user.email "143391972+dapla-bot[bot]@users.noreply.github.com"
git config user.email "${{ secrets.DAPLA_BOT_APP_ID }}+dapla-bot[bot]@users.noreply.github.com"
- name: Generate Java
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Configure Git user
run: |
git config user.name "dapla-bot[bot]"
git config user.email "143391972+dapla-bot[bot]@users.noreply.github.com"
git config user.email "${{ secrets.DAPLA_BOT_APP_ID }}+dapla-bot[bot]@users.noreply.github.com"
- name: Setup Maven authentication to GitHub packages
uses: s4u/maven-settings-action@v2.8.0
Expand Down

0 comments on commit 7f835c5

Please sign in to comment.