neuralgeekroot commited on
Commit
1d267f0
·
1 Parent(s): f207324

Updated yml file

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -16,10 +16,10 @@ jobs:
16
  lfs: false
17
 
18
  - name: Ignore large files
19
- run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "BlogAssistant"' HEAD
20
 
21
  - name: Push to hub
22
  env:
23
- HF_TOKEN: ${{ secrets.HF_TOKEN_BLOG_AI }}
24
  run: git push --force https://neuralgeekroot:$HF_TOKEN@huggingface.co/spaces/neuralgeekroot/AutomatedCodeReview main
25
 
 
16
  lfs: false
17
 
18
  - name: Ignore large files
19
+ run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "AI CodeAutomated"' HEAD
20
 
21
  - name: Push to hub
22
  env:
23
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
24
  run: git push --force https://neuralgeekroot:$HF_TOKEN@huggingface.co/spaces/neuralgeekroot/AutomatedCodeReview main
25