Skip to content

Commit 23d784b

Browse files
authored
Use opentelemetrybot git user for releases (#23)
1 parent fd27d2c commit 23d784b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash -e
2+
3+
git config user.name opentelemetrybot
4+
git config user.email [email protected]

.github/workflows/release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
distribution: adopt
2323
java-version: 17
24+
- name: Use CLA approved github bot
25+
run: .github/scripts/use-cla-approved-github-bot.sh
2426
- uses: burrunan/[email protected]
2527
with:
2628
remote-build-cache-proxy-enabled: false

0 commit comments

Comments
 (0)