Skip to content

Commit 101d40c

Browse files
committed
Use js contrib specific otelbot with content write permission
1 parent 4167daa commit 101d40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-otel-deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2929
id: otelbot-token
3030
with:
31-
app-id: ${{ vars.OTELBOT_APP_ID }}
32-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
31+
app-id: ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}
32+
private-key: ${{ secrets.OTELBOT_JS_CONTRIB_PRIVATE_KEY }}
3333

3434
- name: Create/Update Release PR
3535
run: |

0 commit comments

Comments
 (0)