KlaudiaTH commited on
Commit
362f22e
1 Parent(s): 2b62c4c

Added new hfspace action for public leaderboard

Browse files
.github/workflows/push_to_hfspace-action.yml CHANGED
@@ -15,7 +15,11 @@ jobs:
15
  token: ${{ secrets.GITHUB_TOKEN }}
16
  fetch-depth: 0
17
  lfs: true
18
- - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
  run: git push https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/leaderboard main
 
 
 
 
 
15
  token: ${{ secrets.GITHUB_TOKEN }}
16
  fetch-depth: 0
17
  lfs: true
18
+ - name: Push to hub private leaderboard space
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
  run: git push https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/leaderboard main
22
+ - name: Push to hub public leaderboard space
23
+ env:
24
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
25
+ run: git push https://gptxuser:$HF_TOKEN@huggingface.co/spaces/openGPT-X/european-llm-leaderboard main