Skip to content

Commit 95e5f6b

Browse files
ci(sdk tests): Fix bouncer lib tests [skip ci]
1 parent e9d3c13 commit 95e5f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-sdk-development-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ permissions:
4949
env:
5050
# Allow ddev get to use a GitHub token to prevent rate limiting by tests
5151
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
BOUNCER_LIP_REPO: crowdsecurity/php-cs-bouncer
5352
PHP_COMMON_JSON: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.php_common_json || inputs.php_common_json }}
5453
LAPI_CLIENT_JSON: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.lapi_client_json || inputs.lapi_client_json }}
5554
REMEDIATION_ENGINE_JSON: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.remediation_engine_json || inputs.remediation_engine_json }}
@@ -66,6 +65,7 @@ jobs:
6665
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
6766
env:
6867
EXTENSION_PATH: "my-code/crowdsec-bouncer-lib"
68+
BOUNCER_LIB_REPO: crowdsecurity/php-cs-bouncer
6969
DDEV_PROJECT: "crowdsec-bouncer-lib"
7070
JP_TEST_IP: "210.249.74.42"
7171
IPV6_TEST_IP: "2001:0db8:0000:85a3:0000:0000:ac1f:8001"

0 commit comments

Comments
 (0)