Skip to content

Commit 46cd664

Browse files
committed
update keys
Signed-off-by: jiseong.oh <[email protected]>
1 parent d6e10a9 commit 46cd664

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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="kn10SoSY3hkC-9Qny5TqD2mnqVrlupv3krnjLeBt5cY"
14+
API_KEY=${SAMSUNG_AI_LITECORE_KEY}
1515

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

.github/workflows/pull.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ jobs:
878878
submodules: 'recursive'
879879
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
880880
timeout: 90
881+
secrets-env:SAMSUNG_AI_LITECORE_KEY
881882
script: |
882883
set -ex
883884

0 commit comments

Comments
 (0)