arinbalyan/LeetCode Sync
Sync LeetCode submissions to GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 14, 2026
- License
- None
Pinned Snippet
uses: arinbalyan/leetcode-sync-arin@6b18602b62cc45821cec6c4204ff0939ea8ee4c7 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token | yes | — |
| leetcode-csrf-token | The LeetCode CSRF token | yes | — |
| leetcode-session | The LeetCode session value | yes | — |
| filter-duplicate-secs | Number of seconds after an accepted solution to ignore other accepted solutions for the same problem | no | 86400 |
| destination-folder | The folder to save the synced files in (relative to the top level of your repo) | no | . |
| verbose | Adds submission percentiles and question numbers to the repo (requires an additional API call) | no | true |
| commit-header | How the automated commits should be prefixed | no | Sync LeetCode submission |
Outputs
no outputs