Skip to content

Commit 91caae9

Browse files
committed
revert adding usernames to test.yml
1 parent a5a13d3 commit 91caae9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
needs: build
5353
runs-on: ubuntu-latest
5454
env:
55-
ELASTICSEARCH_USERNAME: elastic
5655
ELASTIC_PASSWORD: password
5756
KIBANA_SYSTEM_USERNAME: kibana_system
5857
KIBANA_SYSTEM_PASSWORD: password
@@ -99,7 +98,6 @@ jobs:
9998
KIBANA_HOST: http://kibana:5601
10099
KIBANA_FLEET_SETUP: "1"
101100
KIBANA_FLEET_PASSWORD: ${{ env.ELASTIC_PASSWORD }}
102-
KIBANA_FLEET_USERNAME: ${{ env.ELASTICSEARCH_USERNAME }}
103101
ports:
104102
- 8220:8220
105103
options: --restart="unless-stopped"

0 commit comments

Comments
 (0)