We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1b9a5 commit 85ec35eCopy full SHA for 85ec35e
.github/workflows/ci.yaml
@@ -25,6 +25,8 @@ jobs:
25
ESB_HTTP_SERVER_MAX_BODY_SIZE: 10485760
26
ESB_BEANSTALKD_URL: tcp://127.0.0.1:11300
27
ES_BASE_URI: http://127.0.0.1:9200
28
+ ES_USER: elastic
29
+ ES_PASSWORD: mySecretPassword
30
31
steps:
32
- uses: actions/checkout@v4
0 commit comments