Kotta commited on
Commit ·
3d5d167
1
Parent(s): 9ca6193
feature(#8): added HUGGINGFACEHUB_API_TOKEN in CI/CD pipeline, fixed with secrets instead of github
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
|
@@ -11,8 +11,8 @@ env:
|
|
| 11 |
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
|
| 12 |
PINECONE_ENV: ${{ secrets.PINECONE_ENV }}
|
| 13 |
PINECONE_KEY: ${{ secrets.PINECONE_KEY }}
|
|
|
|
| 14 |
GITHUB_TOKEN: ${{ github.token }}
|
| 15 |
-
HUGGINGFACEHUB_API_TOKEN: ${{ github.HUGGINGFACEHUB_API_TOKEN }}
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|
|
|
|
| 11 |
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
|
| 12 |
PINECONE_ENV: ${{ secrets.PINECONE_ENV }}
|
| 13 |
PINECONE_KEY: ${{ secrets.PINECONE_KEY }}
|
| 14 |
+
HUGGINGFACEHUB_API_TOKEN: ${{ secrets.HUGGINGFACEHUB_API_TOKEN }}
|
| 15 |
GITHUB_TOKEN: ${{ github.token }}
|
|
|
|
| 16 |
|
| 17 |
jobs:
|
| 18 |
test:
|