Skip to content

Commit 91e651b

Browse files
committed
export KEY value for using it in the script.
Signed-off-by: jiseong.oh <[email protected]>
1 parent 1e375af commit 91e651b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-samsung-linux-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -ex
1111

1212
download_ai_lite_core() {
1313
API_BASE="https://soc-developer.semiconductor.samsung.com/api/v1/resource/ai-litecore/download"
14-
API_KEY=$SAMSUNG_AI_LITECORE_KEY
14+
export API_KEY="${SECRET_SAMSUNG_AI_LITECORE_KEY}"
1515

1616
VERSION="0.5"
1717
OS_NAME="Ubuntu 22.04"

0 commit comments

Comments
 (0)