Skip to content

Commit 2662f51

Browse files
committed
Revert "Skip secrets"
This reverts commit b97227d.
1 parent b97227d commit 2662f51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/benchmark.yml

+3
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
go-version: "1.22"
231231
cache: true
232232
- name: Acceptance tests
233+
env:
234+
WCS_DUMMY_CI_PW: ${{ secrets.WCS_DUMMY_CI_PW || 'pw1' }}
235+
WCS_DUMMY_CI_PW_2: ${{ secrets.WCS_DUMMY_CI_PW_2 || 'pw2' }}
233236
run: ./test/run.sh ${{ matrix.test }}
234237

235238
Acceptance-Tests-large:

0 commit comments

Comments
 (0)