Skip to content

Commit 5483c2b

Browse files
Boshenclaude
andauthored
Setup OIDC for CodSpeed authentication (#231)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 5c06ba0 commit 5483c2b

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
@@ -32,6 +32,8 @@ jobs:
3232
benchmark:
3333
name: Benchmark
3434
runs-on: ubuntu-latest
35+
permissions:
36+
id-token: write # required for OIDC authentication with CodSpeed
3537
steps:
3638
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3739

@@ -50,4 +52,3 @@ jobs:
5052
with:
5153
run: cargo codspeed run
5254
mode: instrumentation
53-
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)