From a2ff3208954ed1c3d063f09b8249e5944f452dc5 Mon Sep 17 00:00:00 2001 From: Stephen Jia Date: Tue, 7 Oct 2025 17:09:20 -0400 Subject: [PATCH] [ez] Try to fix Samsung CI job Summary: Title says it all! Currently the API key cannot be extracted successfully. --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 8248a9637ec..11e005847e6 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -909,12 +909,12 @@ jobs: contents: read secrets: inherit with: + secrets-env: SAMSUNG_AI_LITECORE_KEY runner: linux.2xlarge docker-image: ci-image:executorch-ubuntu-22.04-clang12-android submodules: 'recursive' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} timeout: 90 - secrets-env: SAMSUNG_AI_LITECORE_KEY script: | set -ex