From 34da660559ccfbaf00cc8ece081a22f15237ec17 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 5 Dec 2025 17:32:02 +0800 Subject: [PATCH] Setup OIDC for CodSpeed authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6a51cf1..0a75a57 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,6 +18,8 @@ jobs: benchmark: name: Benchmark runs-on: ubuntu-latest + permissions: + id-token: write # required for OIDC authentication with CodSpeed steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 @@ -34,4 +36,3 @@ jobs: with: run: cargo codspeed run mode: instrumentation - token: ${{ secrets.CODSPEED_TOKEN }}