Skip to content

Commit dbe4cdc

Browse files
committed
Attempt to provide proper opensearch creds
1 parent 8b66d3b commit dbe4cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
node.name: os-test
118118
discovery.type: single-node
119119
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m -Dopensearch.memory_lock=true
120-
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ScoRpi0n$
120+
OPENSEARCH_INITIAL_ADMIN_PASSWORD: "ScoRpi0n$"
121121
ports:
122122
- 9201:9200
123123
- 9600:9600

0 commit comments

Comments
 (0)