We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e090634 commit 3f76d21Copy full SHA for 3f76d21
.github/workflows/ci-pull-request.yml
@@ -73,7 +73,7 @@ jobs:
73
runner: 'ubuntu-latest'
74
timeout-minutes: 60
75
source-ref: ${{ github.event.pull_request.head.sha }}
76
- env:
+ secrets:
77
AUDIO_FUNCTION_ID: ${{ secrets.AUDIO_FUNCTION_ID }}
78
EMBEDDING_NIM_MODEL_NAME: ${{ secrets.EMBEDDING_NIM_MODEL_NAME }}
79
NEMOTRON_PARSE_MODEL_NAME: ${{ secrets.NEMOTRON_PARSE_MODEL_NAME }}
0 commit comments