Skip to content

Commit 27a6541

Browse files
committed
ci: Adapt to latest Codspeed changes
changelog: ignore
1 parent 2c0f6ca commit 27a6541

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
benchmarks:
1616
name: Run benchmarks
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
20+
id-token: write
1821
strategy:
1922
matrix:
2023
benchmark:
@@ -52,5 +55,4 @@ jobs:
5255
uses: CodSpeedHQ/action@v4
5356
with:
5457
run: cargo codspeed run
55-
mode: "instrumentation"
56-
token: ${{ secrets.CODSPEED_TOKEN }}
58+
mode: "simulation"

0 commit comments

Comments
 (0)