Skip to content

Commit

Permalink
Use opentelemetrybot git user for releases (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Nov 21, 2024
1 parent fd27d2c commit 23d784b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/use-cla-approved-github-bot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -e

git config user.name opentelemetrybot
git config user.email [email protected]
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
distribution: adopt
java-version: 17
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- uses: burrunan/[email protected]
with:
remote-build-cache-proxy-enabled: false
Expand Down

0 comments on commit 23d784b

Please sign in to comment.