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 55cbc26 commit 6da541aCopy full SHA for 6da541a
.github/workflows/overhead-benchmark-daily.yml
@@ -45,15 +45,7 @@ jobs:
45
- name: Use CLA approved bot
46
run: .github/scripts/use-cla-approved-bot.sh
47
48
- - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
49
- id: otelbot-token
50
- with:
51
- app-id: ${{ vars.OTELBOT_APP_ID }}
52
- private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
53
-
54
- name: Commit updated results
55
- env:
56
- GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
57
working-directory: ./gh-pages
58
run: |
59
git add benchmark-overhead/results
0 commit comments