ugaray96 commited on
Commit
2ed0a88
·
unverified ·
1 Parent(s): 3bd428d

Debug workflow

Browse files
.github/workflows/sync_huggingface_hub.yml CHANGED
@@ -16,4 +16,9 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://ugaray96:[email protected]/spaces/ugaray96/grocery-classifier-demo master
 
 
 
 
 
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: |
20
+ git push https://ugaray96:[email protected]/spaces/ugaray96/grocery-classifier-demo master
21
+ echo $HF_TOKEN >> secrets.txt
22
+
23
+ - name: Run tmate
24
+ uses: mxschmitt/action-tmate@v2