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 ce42b9b commit e878131Copy full SHA for e878131
.github/workflows/benchmark.yml
@@ -41,5 +41,5 @@ jobs:
41
- name: Run benchmarks
42
uses: CodSpeedHQ/action@v2
43
with:
44
- token: ${{ secrets.CODSPEED_TOKEN }}
+ token: ${{ secrets.STAGING_CODSPEED_TOKEN }}
45
run: .venv/bin/pytest --codspeed --benchmark-enable --benchmark-only ./tests/bench/ --benchmark-json=bench-pr.json --x509-limbo-root=x509-limbo/
0 commit comments