Skip to content

Commit 0211c72

Browse files
committed
fixed typo
Signed-off-by: jiseong.oh <[email protected]>
1 parent 46cd664 commit 0211c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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+
API_KEY=$SECRET_SAMSUNG_AI_LITECORE_KEY
1515

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

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +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
881+
secrets-env: SAMSUNG_AI_LITECORE_KEY
882882
script: |
883883
set -ex
884884

0 commit comments

Comments
 (0)