We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4167daa commit 101d40cCopy full SHA for 101d40c
.github/workflows/update-otel-deps.yaml
@@ -28,8 +28,8 @@ jobs:
28
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
29
id: otelbot-token
30
with:
31
- app-id: ${{ vars.OTELBOT_APP_ID }}
32
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
+ app-id: ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}
+ private-key: ${{ secrets.OTELBOT_JS_CONTRIB_PRIVATE_KEY }}
33
34
- name: Create/Update Release PR
35
run: |
0 commit comments