Skip to content

Commit 7ed31b5

Browse files
Boshenclaude
andcommitted
Setup OIDC for CodSpeed authentication
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3b6fe91 commit 7ed31b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
benchmark:
1717
name: Benchmark
1818
runs-on: ubuntu-latest
19+
permissions:
20+
id-token: write # required for OIDC authentication with CodSpeed
1921
steps:
2022
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2123

@@ -32,4 +34,3 @@ jobs:
3234
with:
3335
run: cargo codspeed run
3436
mode: instrumentation
35-
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)