forestav commited on
Commit
21a7cf3
·
1 Parent(s): f30400e

set env variable

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +3 -0
.github/workflows/actions.yml CHANGED
@@ -10,6 +10,9 @@ jobs:
10
  run-python-script:
11
  runs-on: ubuntu-latest
12
 
 
 
 
13
  steps:
14
  # Step 1: Check out the code
15
  - name: Check out repository
 
10
  run-python-script:
11
  runs-on: ubuntu-latest
12
 
13
+ env: # Define environment variables for the entire job
14
+ PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
15
+
16
  steps:
17
  # Step 1: Check out the code
18
  - name: Check out repository