Skip to content

Commit

Permalink
Merge pull request #3 from embeddings-benchmark/orionw-patch-1
Browse files Browse the repository at this point in the history
Update actions config
  • Loading branch information
orionw authored Jul 7, 2024
2 parents 438dd62 + 5b46c84 commit 701ae62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
with:
commit_message: Automated Leaderboard Update
file_pattern: '*.json boards_data/* all_data_tasks/*'
# Needed so that it can override the PR settings
commit_user_name: Orion Weller
commit_user_email: [email protected]
commit_author: Orion Weller <[email protected]>
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://mteb:[email protected]/spaces/mteb/leaderboard main
run: git push https://mteb:[email protected]/spaces/mteb/leaderboard main

0 comments on commit 701ae62

Please sign in to comment.