From 3bd8ff876fb8c094a97ad7225f9bd8bc2e92c1e5 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Fri, 4 Oct 2024 15:44:00 +0900 Subject: [PATCH] ci(end to end): Add bouncer key for AppSec tests --- .github/workflows/test-suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index f66d6f8..2f8cf15 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -465,6 +465,7 @@ jobs: run: | cd ${{ github.workspace }}/${{env.EXTENSION_PATH}} # Use Api key + sed -i 's#\x27api_key\x27 => \x27\x27#\x27api_key\x27 => \x27${{env.BOUNCER_KEY}}\x27#g' scripts/settings.php sed -i 's/\x27auth_type\x27 => \x27tls\x27/\x27auth_type\x27 => \x27api_key\x27/g' scripts/settings.php # Disable stream mode sed -i 's/\x27stream_mode\x27 => true/\x27stream_mode\x27 => false/g' scripts/settings.php