We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a85440 commit f957ed2Copy full SHA for f957ed2
.github/workflows/pull.yml
@@ -873,13 +873,14 @@ jobs:
873
id-token: write
874
contents: read
875
secrets: inherit
876
+ env:
877
+ SECRET_SAMSUNG_AI_LITECORE_KEY: ${{ secrets.SAMSUNG_AI_LITECORE_KEY }}
878
with:
879
runner: linux.2xlarge
880
docker-image: ci-image:executorch-ubuntu-22.04-clang12-android
881
submodules: 'recursive'
882
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
883
timeout: 90
- secrets-env: SAMSUNG_AI_LITECORE_KEY
884
script: |
885
set -ex
886
0 commit comments