File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -ex
11
11
12
12
download_ai_lite_core () {
13
13
API_BASE=" https://soc-developer.semiconductor.samsung.com/api/v1/resource/ai-litecore/download"
14
- API_KEY=" kn10SoSY3hkC-9Qny5TqD2mnqVrlupv3krnjLeBt5cY "
14
+ API_KEY=$SAMSUNG_AI_LITECORE_KEY
15
15
16
16
VERSION=" 0.5"
17
17
OS_NAME=" Ubuntu 22.04"
Original file line number Diff line number Diff line change @@ -900,12 +900,14 @@ jobs:
900
900
permissions :
901
901
id-token : write
902
902
contents : read
903
+ secrets : inherit
903
904
with :
904
905
runner : linux.2xlarge
905
906
docker-image : ci-image:executorch-ubuntu-22.04-clang12-android
906
907
submodules : ' recursive'
907
908
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
908
909
timeout : 90
910
+ secrets-env : SAMSUNG_AI_LITECORE_KEY
909
911
script : |
910
912
set -ex
911
913
@@ -917,6 +919,7 @@ jobs:
917
919
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake"
918
920
919
921
# Setup Samsung SDK (AI Lite Core) and install enn backend
922
+ export SAMSUNG_AI_LITECORE_KEY=$SECRET_SAMSUNG_AI_LITECORE_KEY
920
923
source .ci/scripts/setup-samsung-linux-deps.sh
921
924
922
925
# Test models serially
You can’t perform that action at this time.
0 commit comments