mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
workflows/benchmark: persist credentials, we need them for pushing
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
committed by
Stephan Renatus
parent
9b2143cdf9
commit
dc7995efe7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user