File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5555 id : otelbot-token
5656 with :
57- app -id : ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_APP_ID }}
57+ client -id : ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_CLIENT_ID }}
5858 private-key : ${{ secrets.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_PRIVATE_KEY }}
5959
6060 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
Original file line number Diff line number Diff line change 6565 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6666 id : otelbot-token
6767 with :
68- app -id : ${{ vars.OTELBOT_APP_ID }}
68+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
6969 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
7070
7171 - name : Create pull request against the release branch
@@ -113,7 +113,7 @@ jobs:
113113 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
114114 id : otelbot-token
115115 with :
116- app -id : ${{ vars.OTELBOT_APP_ID }}
116+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
117117 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
118118
119119 - name : Create pull request against main
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
198198 id : otelbot-token
199199 with :
200- app -id : ${{ vars.OTELBOT_APP_ID }}
200+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
201201 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
202202
203203 - name : Create pull request against main
You can’t perform that action at this time.
0 commit comments