File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,15 @@ jobs:
1717 name : Process Release
1818 runs-on : ubuntu-latest
1919 steps :
20+ - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
21+ id : otelbot-token
22+ with :
23+ app-id : ${{ vars.OTELBOT_APP_ID }}
24+ private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
2025 -
uses :
googleapis/[email protected] 2126 id : prepare
2227 # with:
23- # token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
28+ # token: ${{ steps.otelbot-token.outputs.token }}
2429
2530 outputs :
2631 paths_released : ${{ steps.prepare.outputs.paths_released }}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ main_branch: main
88required_checks_timeout : 1200
99required_checks : " ^(ci|CI).*"
1010# Git user attached to commits for release pull requests.
11- git_user_name : OpenTelemetry Bot
12- git_user_email : 107717825+opentelemetrybot @users.noreply.github.com
11+ git_user_name : otelbot
12+ git_user_email : 197425009+otelbot @users.noreply.github.com
1313
1414# Control the conventional commit linter.
1515commit_lint :
Original file line number Diff line number Diff line change 1010 "release-type" : " ruby" ,
1111 "separate-pull-requests" : false ,
1212 "sequential-calls" : true ,
13- "signoff" : " OpenTelemetry Bot <107717825+opentelemetrybot @users.noreply.github.com>" ,
13+ "signoff" : " OpenTelemetry Bot <197425009+otelbot @users.noreply.github.com>" ,
1414 "skip-github-release" : false ,
1515 "tag-separator" : " " ,
1616 "packages" : {
You can’t perform that action at this time.
0 commit comments