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 5bdd70a commit 2c4edcaCopy full SHA for 2c4edca
.github/workflows/create-or-update-release-pr.yml
@@ -40,8 +40,8 @@ jobs:
40
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
41
id: otelbot-token
42
with:
43
- app-id: ${{ vars.OTELBOT_APP_ID }}
44
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
+ app-id: ${{ vars.OTELBOT_JS_APP_ID }}
+ private-key: ${{ secrets.OTELBOT_JS_PRIVATE_KEY }}
45
46
- name: Create/Update Release PR
47
run: |
0 commit comments