Spaces:
Runtime error
Runtime error
Commit
·
aa56e83
1
Parent(s):
a738667
handling authentication
Browse files
.github/workflows/actions_onpush.yaml
CHANGED
@@ -18,5 +18,5 @@ jobs:
|
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
run:
|
21 |
-
chainlit create-secret
|
22 |
git push https://paisleypark3121:[email protected]/spaces/StefanoDUrso/Chainlit-docker main
|
|
|
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
run:
|
|
|
21 |
git push https://paisleypark3121:[email protected]/spaces/StefanoDUrso/Chainlit-docker main
|
22 |
+
chainlit create-secret
|