Spaces:
Running
Running
set env variable
Browse files
.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
|