From dc7995efe797c836844dc49ea976bada1ad7910a Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 24 Feb 2026 14:32:18 +0100 Subject: [PATCH] workflows/benchmark: persist credentials, we need them for pushing Signed-off-by: Stephan Renatus --- .github/workflows/benchmarks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index cf6620d024..0ae47d272b 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: path: opa - persist-credentials: false + persist-credentials: true - id: go_version name: Read go version run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: benchmarks - persist-credentials: false + persist-credentials: true - name: Install Node uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: