From 3f258ea328d99ffdc34278b545e26db884bacc33 Mon Sep 17 00:00:00 2001 From: Duy Luong Date: Wed, 16 Oct 2024 20:49:56 +0700 Subject: [PATCH] Update kre.yml --- .github/workflows/kre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kre.yml b/.github/workflows/kre.yml index c7cc38b..c2de8b8 100644 --- a/.github/workflows/kre.yml +++ b/.github/workflows/kre.yml @@ -15,4 +15,4 @@ jobs: with: version: '9.7.2' projectPath: '${{ github.workspace }}' - args: '-noSplash -retry=0 -testSuitePath="Test Suites/New Test Suite" -apiKey= ${{ secrets.API_KEY }} --config -webui.autoUpdateDrivers=true' + args: '-noSplash -retry=0 -testSuitePath="Test Suites/New Test Suite" -apiKey= ${{ secrets.SECRET_KEY }} --config -webui.autoUpdateDrivers=true'