Skip to content

Commit 09bf31e

Browse files
authored
ci(move-to-emeritus): use otelbot-js over regular otelbot (#5967)
1 parent 1c1dd01 commit 09bf31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/move-to-emeritus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2626
id: otelbot-token
2727
with:
28-
app-id: ${{ vars.OTELBOT_APP_ID }}
29-
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
28+
app-id: ${{ vars.OTELBOT_JS_APP_ID }}
29+
private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
3030

3131
- name: Create/Update Move to Emeritus PR
3232
run: |

0 commit comments

Comments
 (0)