File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ${{ matrix.os }}
22
22
23
23
steps :
24
- - id : random-password
25
- uses : peternied/random-name@v1
26
-
27
24
- name : Set up JDK
28
25
uses : actions/setup-java@v1
29
26
with :
53
50
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
54
51
plugin-name : ${{ env.PLUGIN_NAME }}
55
52
setup-script-name : setup
56
- admin-password : ${{ steps.random-password.outputs.generated_name }}
53
+ admin-password : admin
57
54
58
55
- name : Run Dashboard with Security Dashboards Plugin
59
56
uses : ./.github/actions/install-dashboards
Original file line number Diff line number Diff line change 20
20
os : [ ubuntu-latest , windows-latest ]
21
21
runs-on : ${{ matrix.os }}
22
22
23
- steps :
24
- - id : random-password
25
- uses : peternied/random-name@v1
26
-
23
+ steps :
27
24
- name : Set up JDK
28
25
uses : actions/setup-java@v1
29
26
with :
53
50
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
54
51
plugin-name : ${{ env.PLUGIN_NAME }}
55
52
setup-script-name : setup
56
- admin-password : ${{ steps.random-password.outputs.generated_name }}
53
+ admin-password : admin
57
54
58
55
- name : Run Dashboard with Security Dashboards Plugin
59
56
uses : ./.github/actions/install-dashboards
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout Branch
21
21
uses : actions/checkout@v3
22
-
23
- - id : random-password
24
- uses : peternied/random-name@v1
25
22
26
23
- name : Set up JDK
27
24
uses : actions/setup-java@v1
67
64
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
68
65
plugin-name : ${{ env.PLUGIN_NAME }}
69
66
setup-script-name : setup
70
- admin-password : ${{ steps.random-password.outputs.generated_name }}
67
+ admin-password : admin
71
68
72
69
- id : install-dashboards
73
70
uses : ./.github/actions/install-dashboards
You can’t perform that action at this time.
0 commit comments