File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ permissions:
4949env :
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 }}
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"
You can’t perform that action at this time.
0 commit comments