Skip to content

Commit 6da541a

Browse files
committed
remove token
1 parent 55cbc26 commit 6da541a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/overhead-benchmark-daily.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,7 @@ jobs:
4545
- name: Use CLA approved bot
4646
run: .github/scripts/use-cla-approved-bot.sh
4747

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-
5448
- name: Commit updated results
55-
env:
56-
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
5749
working-directory: ./gh-pages
5850
run: |
5951
git add benchmark-overhead/results

0 commit comments

Comments
 (0)