Skip to content

Commit b4935b8

Browse files
committed
fix: update opensearch plugin disable flag
1 parent ad5f417 commit b4935b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- 9200:9200
3232
env:
3333
discovery.type: single-node
34-
plugins.security.disabled: true
34+
DISABLE_SECURITY_PLUGIN: true
3535
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
3636
options: --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
3737

0 commit comments

Comments
 (0)