Skip to content

Commit 2c4edca

Browse files
authored
Use JS-specific otelbot with content write permission (open-telemetry#5937)
1 parent 5bdd70a commit 2c4edca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-or-update-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
4141
id: otelbot-token
4242
with:
43-
app-id: ${{ vars.OTELBOT_APP_ID }}
44-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
43+
app-id: ${{ vars.OTELBOT_JS_APP_ID }}
44+
private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
4545

4646
- name: Create/Update Release PR
4747
run: |

0 commit comments

Comments
 (0)