Create .huggingface.yaml
Browse files- .huggingface.yaml +2 -0
.huggingface.yaml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
secrets:
|
| 2 |
+
HF_API_KEY: ${{ secrets.HF_API_KEY }}
|