From 9fdf342fa32156049d240ec1d1abd035d7ff5131 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 26 May 2022 13:15:56 -0300 Subject: [PATCH] test CI --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 466e7d78..7d762b26 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -43,5 +43,5 @@ jobs: - name: Check Wazuh indexer start run: | - TOKEN=$(curl -u $API_USER:$API_PASSWORD -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true") + TOKEN=$(curl -u wazuh-wui:MyS3cr37P450r.*- -k -X GET "https://0.0.0.0:55000/security/user/authenticate?raw=true") curl -k -X GET "https://0.0.0.0:55000/agents/outdated?pretty=true" -H "Authorization: Bearer $TOKEN" \ No newline at end of file