Skip to content

Commit

Permalink
ci: Enable use of nvidia api key secret
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Nov 6, 2024
1 parent 31e50d3 commit ccbb230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ on:
required: false
WATSONX_URL:
required: false
NVIDIA_API_KEY:
required: false

env:
LC_ALL: en_US.UTF-8
Expand Down Expand Up @@ -169,3 +171,4 @@ jobs:
WATSONX_APIKEY: ${{ secrets.WATSONX_APIKEY }}
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
WATSONX_URL: ${{ secrets.WATSONX_URL }}
NVIDIA_API_KEY: ${{ secrets.NVIDIA_API_KEY }}

0 comments on commit ccbb230

Please sign in to comment.