8000 Sync LeetCode submission Runtime - 4 ms (73.83%), Memory - 17.9 MB (68.60%) · jimit105/leetcode-submissions@c32b063 · GitHub
[go: up one dir, main page]

Skip to content

Sync Leetcode Submissions #952

Sync Leetcode Submissions

Sync Leetcode Submissions #952

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