We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcb410 commit 9c7daa8Copy full SHA for 9c7daa8
1 file changed
.github/workflows/codspeed.yml
@@ -10,6 +10,10 @@ env:
10
PYTHON_VERSION: "3.14"
11
SHARDS: 4
12
13
+permissions:
14
+ contents: read # required for actions/checkout
15
+ id-token: write # required for OIDC authentication with CodSpeed
16
+
17
jobs:
18
benchmarks:
19
strategy:
@@ -38,7 +42,6 @@ jobs:
38
42
with:
39
43
mode: ${{ matrix.mode }}
40
44
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
41
- token: ${{ secrets.CODSPEED_TOKEN }}
45
46
all-checks:
47
runs-on: ubuntu-latest
0 commit comments