Skip to content

Commit e090634

Browse files
authored
Switch from secrets to env in PR CI (#1470)
1 parent aa0ebd2 commit e090634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runner: 'ubuntu-latest'
7474
timeout-minutes: 60
7575
source-ref: ${{ github.event.pull_request.head.sha }}
76-
secrets:
76+
env:
7777
AUDIO_FUNCTION_ID: ${{ secrets.AUDIO_FUNCTION_ID }}
7878
EMBEDDING_NIM_MODEL_NAME: ${{ secrets.EMBEDDING_NIM_MODEL_NAME }}
7979
NEMOTRON_PARSE_MODEL_NAME: ${{ secrets.NEMOTRON_PARSE_MODEL_NAME }}

0 commit comments

Comments
 (0)