File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
107107 id : otelbot-token
108108 with :
109- app -id : ${{ vars.OTELBOT_APP_ID }}
109+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
110110 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
111111
112112 - name : Open pull request for changelog updates on main
Original file line number Diff line number Diff line change 9292 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
9393 id : otelbot-token
9494 with :
95- app -id : ${{ vars.OTELBOT_APP_ID }}
95+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
9696 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
9797
9898 - name : Create pull request
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
135135 id : otelbot-token
136136 with :
137- app -id : ${{ vars.OTELBOT_APP_ID }}
137+ client -id : ${{ vars.OTELBOT_CLIENT_ID }}
138138 private-key : ${{ secrets.OTELBOT_PRIVATE_KEY }}
139139
140140 - name : Bump released packages to next dev versions
You can’t perform that action at this time.
0 commit comments