We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00645b0 + bcee208 commit 284d700Copy full SHA for 284d700
.github/workflows/release.yml
@@ -9,6 +9,11 @@ on:
9
pull_request:
10
branches: [ "main" ]
11
12
+env:
13
+ API_KEY: API_KEY
14
+ HF_TOKEN: HF_TOKEN
15
+ PINECONE_API_KEY: PINECONE_API_KEY
16
+
17
jobs:
18
build:
19
runs-on: ubuntu-latest
@@ -27,17 +32,7 @@ jobs:
27
32
cache: 'npm'
28
33
29
34
- run: npm ci
30
-
31
35
- run: npm run build --if-present
- env:
- API_KEY: ${{ secrets.API_KEY }}
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
- PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
36
37
- run: npm test
38
39
40
41
42
43
- run: npm run lint
0 commit comments