ci: use elasticsearch instead of opensource

Set the right key for elasticsearch.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-01-27 11:45:16 -05:00 committed by Stephanos Ioannidis
parent ec8884d58f
commit 2ff466b225

View File

@ -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