Skip to content

Commit e3e5e5e

Browse files
committed
attempt to fix CI
1 parent 22f657d commit e3e5e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: create_key
5050
run: |
5151
API_KEY_CREATE_RESPONSE=$(
52-
curl -u "elastic:elasticsearchpassword" \
52+
curl -k -u "elastic:elasticsearchpassword" \
5353
-X POST "https://localhost:9200/_security/api_key" \
5454
-H "Content-Type: application/json" \
5555
-d '{

0 commit comments

Comments
 (0)