10000 Sync LeetCode submission Runtime - 15 ms (42.30%), Memory - 18.7 MB (76.51%) · jimit105/leetcode-submissions@86c3181 · GitHub
[go: up one dir, main page]

Skip to content

Sync Leetcode Submissions #942

Sync Leetcode Submissions

Sync Leetcode Submissions #942

Workflow file for this run

name: Sync Leetcode Submissions
on:
workflow_dispatch:
schedule:
- cron: '0 17 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync Leetcode Submissions
uses: joshcai/leetcode-sync@v1.7
with:
github-token: ${{ github.token }}
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
verbose: false
0