Skip to content

Commit 5dee222

Browse files
authored
[ez] Try to fix Samsung CI job (#14866)
Summary: Title says it all! Currently the API key cannot be extracted successfully.
1 parent 5c4d214 commit 5dee222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,12 +909,12 @@ jobs:
909909
contents: read
910910
secrets: inherit
911911
with:
912+
secrets-env: SAMSUNG_AI_LITECORE_KEY
912913
runner: linux.2xlarge
913914
docker-image: ci-image:executorch-ubuntu-22.04-clang12-android
914915
submodules: 'recursive'
915916
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
916917
timeout: 90
917-
secrets-env: SAMSUNG_AI_LITECORE_KEY
918918
script: |
919919
set -ex
920920

0 commit comments

Comments
 (0)