Klaudia Thellmann
commited on
Update push_to_hfspace-action.yml
Browse files
.github/workflows/push_to_hfspace-action.yml
CHANGED
|
@@ -15,11 +15,7 @@ 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 -f https://gptxuser:[email protected]/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 -f https://gptxuser:[email protected]/spaces/openGPT-X/european-llm-leaderboard main
|
|
|
|
| 15 |
token: ${{ secrets.GITHUB_TOKEN }}
|
| 16 |
fetch-depth: 0
|
| 17 |
lfs: true
|
| 18 |
+
- name: Push to hub internal european leaderboard space
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
run: git push -f https://gptxuser:[email protected]/spaces/openGPT-X/leaderboard main
|
|
|
|
|
|
|
|
|
|
|
|