Skip to content

Commit cc5372f

Browse files
authored
Update benchmark.yml
1 parent 0998a6c commit cc5372f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
jobs:
1313
benchmarks:
14+
permissions:
15+
contents: read
16+
id-token: write
1417
runs-on: codspeed-macro
1518
steps:
1619
- uses: actions/checkout@v6
@@ -36,5 +39,4 @@ jobs:
3639
uses: CodSpeedHQ/action@v4
3740
with:
3841
mode: walltime
39-
token: ${{ secrets.CODSPEED_TOKEN }}
4042
run: poetry run pytest benchmarks/ --codspeed

0 commit comments

Comments
 (0)