Skip to content

Commit 749caef

Browse files
authored
chore: replace link with directions for LastPass in all other places (#166)
1 parent 96ad9ec commit 749caef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ jobs:
10801080
NORMAL="\033[0m"
10811081
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
10821082
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1083-
echo "For Splunk password please visit https://goo.by/splunk-password"
1083+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
10841084
- name: run-tests
10851085
id: run-tests
10861086
env:
@@ -1272,7 +1272,7 @@ jobs:
12721272
NORMAL="\033[0m"
12731273
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
12741274
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1275-
echo "For Splunk password please visit https://goo.by/splunk-password"
1275+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
12761276
- name: run-tests
12771277
id: run-tests
12781278
env:
@@ -1471,7 +1471,7 @@ jobs:
14711471
NORMAL="\033[0m"
14721472
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
14731473
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1474-
echo "For Splunk password please visit https://goo.by/splunk-password"
1474+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
14751475
- name: create test argument
14761476
id: create-test-arg
14771477
shell: bash
@@ -1679,7 +1679,7 @@ jobs:
16791679
NORMAL="\033[0m"
16801680
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
16811681
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1682-
echo "For Splunk password please visit https://goo.by/splunk-password"
1682+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
16831683
- name: get os name and version
16841684
id: os-name-version
16851685
shell: bash
@@ -1884,7 +1884,7 @@ jobs:
18841884
NORMAL="\033[0m"
18851885
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
18861886
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1887-
echo "For Splunk password please visit https://goo.by/splunk-password"
1887+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
18881888
- name: get os name and version
18891889
id: os-name-version
18901890
shell: bash
@@ -2087,7 +2087,7 @@ jobs:
20872087
NORMAL="\033[0m"
20882088
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
20892089
echo -e "Splunk username is${BOLD} admin${NORMAL}"
2090-
echo "For Splunk password please visit https://goo.by/splunk-password"
2090+
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
20912091
- name: get escu detections
20922092
id: get-escu-detections
20932093
run: |

0 commit comments

Comments
 (0)