Skip to content

Commit 06b855d

Browse files
Boshenclaude
andauthored
Setup OIDC for CodSpeed authentication (#426)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3670c4f commit 06b855d

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
@@ -18,6 +18,8 @@ jobs:
1818
benchmark:
1919
name: Benchmark
2020
runs-on: ubuntu-latest
21+
permissions:
22+
id-token: write # required for OIDC authentication with CodSpeed
2123
steps:
2224
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2325

@@ -34,4 +36,3 @@ jobs:
3436
with:
3537
run: cargo codspeed run
3638
mode: instrumentation
37-
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)