Skip to content

Commit

Permalink
add access token to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbuc committed Mar 7, 2024
1 parent a5b5710 commit 9b269b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/update-leaderboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Generate Markdown
run: python .github/scripts/generate-leaderboard.py
- name: Commit and push if changed
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
Expand Down
2 changes: 1 addition & 1 deletion leaderboard/leaderboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"OCR": 0.222,
"TextMean": 0.149
}
}
}
]
}

0 comments on commit 9b269b7

Please sign in to comment.