diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b2f1456..152bb6b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: working-directory: percona-everest-backend run: | make local-env-up - make run-debug & + SECRETS_ROOT_KEY=$(openssl rand -base64 32) make run-debug & - name: Build CLI binary run: |