workflows/benchmark: persist credentials, we need them for pushing

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2026-02-24 14:32:18 +01:00
committed by Stephan Renatus
parent 9b2143cdf9
commit dc7995efe7
+2 -2
View File
@@ -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: