Skip to content

Commit f957ed2

Browse files
committed
add env instead of secrets-env
Signed-off-by: jiseong.oh <[email protected]>
1 parent 3a85440 commit f957ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,13 +873,14 @@ jobs:
873873
id-token: write
874874
contents: read
875875
secrets: inherit
876+
env:
877+
SECRET_SAMSUNG_AI_LITECORE_KEY: ${{ secrets.SAMSUNG_AI_LITECORE_KEY }}
876878
with:
877879
runner: linux.2xlarge
878880
docker-image: ci-image:executorch-ubuntu-22.04-clang12-android
879881
submodules: 'recursive'
880882
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
881883
timeout: 90
882-
secrets-env: SAMSUNG_AI_LITECORE_KEY
883884
script: |
884885
set -ex
885886

0 commit comments

Comments
 (0)