From 2ff466b2255ae75d1ed5da3d5affde497e2b2564 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 27 Jan 2023 11:45:16 -0500 Subject: [PATCH] ci: use elasticsearch instead of opensource Set the right key for elasticsearch. Signed-off-by: Anas Nashif --- .github/workflows/twister.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 3ebc5ae4cf4..10fe14cd2cd 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -267,8 +267,7 @@ jobs: twister-test-results: name: "Publish Unit Tests Results" env: - OPENSEARCH_USER: ${{ secrets.OPENSEARCH_USER }} - OPENSEARCH_PASS: ${{ secrets.OPENSEARCH_PASS }} + ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }} needs: twister-build runs-on: ubuntu-20.04 # the build-and-test job might be skipped, we don't need to run this job then