File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Update Trieve
2+
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.head_ref }}
5+ cancel-in-progress : true
6+
7+ on :
8+ push :
9+ branches :
10+ - main
11+
12+ jobs :
13+ run :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - name : Checkout repository
17+ uses : actions/checkout@v4
18+
19+ - name : Install Trieve Fern Adapter
20+ run : npm install -g trieve-fern-adapter
21+
22+ - name : Update Trieve Chunks
23+ env :
24+ TRIEVE_API_HOST : ${{ secrets.TRIEVE_API_HOST }}
25+ TRIEVE_API_KEY : ${{ secrets.TRIEVE_API_KEY }}
26+ TRIEVE_ORGANIZATION_ID : ${{ secrets.TRIEVE_ORGANIZATION_ID }}
27+ TRIEVE_DATASET_TRACKING_ID : ${{ secrets.TRIEVE_DATASET_TRACKING_ID }}
28+ run : trieve-fern-adapter --file fern/docs.yml -s https://api.vapi.ai/api-json -r https://docs.vapi.ai -a api-reference
You can’t perform that action at this time.
0 commit comments