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