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 1c1dd01 commit 09bf31eCopy full SHA for 09bf31e
.github/workflows/move-to-emeritus.yml
@@ -25,8 +25,8 @@ jobs:
25
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
26
id: otelbot-token
27
with:
28
- app-id: ${{ vars.OTELBOT_APP_ID }}
29
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
+ app-id: ${{ vars.OTELBOT_JS_APP_ID }}
+ private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
30
31
- name: Create/Update Move to Emeritus PR
32
run: |
0 commit comments