Skip to content

Commit

Permalink
update branch and token for benchmarks (open-telemetry#24000)
Browse files Browse the repository at this point in the history
**Description:** 
This PR updates the branch and token used to write the benchmark
results. It pairs with and is dependent on:
open-telemetry/community#1577.
  • Loading branch information
mwear committed Jul 5, 2023
1 parent 24c80cc commit 806a59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
tool: 'customSmallerIsBetter'
output-file-path: output.json
gh-pages-branch: gh-pages
github-token: ${{ secrets.GITHUB_TOKEN }}
gh-pages-branch: benchmarks
github-token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
benchmark-data-dir-path: "docs/benchmarks/loadtests"
auto-push: true

0 comments on commit 806a59b

Please sign in to comment.