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 632e48f commit cfa825fCopy full SHA for cfa825f
.github/workflows/metadata-update.yml
@@ -51,6 +51,13 @@ jobs:
51
echo "::set-output name=has_diff::false"
52
fi
53
54
+ - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
55
+ if: steps.diffcheck.outputs.has_diff == 'true'
56
+ id: otelbot-token
57
+ with:
58
+ app-id: 1295839
59
+ private-key: ${{ secrets.OTELBOT_JAVA_INSTRUMENTATION_PRIVATE_KEY }}
60
+
61
- name: Use CLA approved github bot
62
if: steps.diffcheck.outputs.has_diff == 'true'
63
# IMPORTANT do not call the .github/scripts/use-cla-approved-bot.sh
0 commit comments