Skip to content

Commit 57e8876

Browse files
committed
add permissions
1 parent cf8e9fd commit 57e8876

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codspeed_benchmarks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Benchmarks
22

3+
permissions:
4+
contents: read
5+
id-token: write # for OpenID Connect authentication with CodSpeed
6+
37
on:
48
workflow_dispatch:
59

@@ -54,7 +58,6 @@ jobs:
5458
- name: Install Pydantic v2
5559
run: uv pip install --system --prerelease=disallow "pydantic>=2.0.0,<3.0.0"
5660
- name: Run the benchmarks
57-
uses: GitHubSecurityLab/actions-permissions/monitor@main
5861
uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # v4.5.2
5962
with:
6063
mode: walltime

0 commit comments

Comments
 (0)