Skip to content

Commit cfa825f

Browse files
committed
token
1 parent 632e48f commit cfa825f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/metadata-update.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
echo "::set-output name=has_diff::false"
5252
fi
5353
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+
5461
- name: Use CLA approved github bot
5562
if: steps.diffcheck.outputs.has_diff == 'true'
5663
# IMPORTANT do not call the .github/scripts/use-cla-approved-bot.sh

0 commit comments

Comments
 (0)