We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f657d commit e3e5e5eCopy full SHA for e3e5e5e
1 file changed
.github/workflows/CI-build-test.yml
@@ -49,7 +49,7 @@ jobs:
49
id: create_key
50
run: |
51
API_KEY_CREATE_RESPONSE=$(
52
- curl -u "elastic:elasticsearchpassword" \
+ curl -k -u "elastic:elasticsearchpassword" \
53
-X POST "https://localhost:9200/_security/api_key" \
54
-H "Content-Type: application/json" \
55
-d '{
0 commit comments