Skip to content

Sync Leetcode

Sync Leetcode #440

Workflow file for this run

name: Sync Leetcode
on:
push:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
jobs:
build:
runs-on: Ubuntu-22.04
steps:
- name: Sync
uses: joshcai/leetcode-sync@v1.5
with:
github-token: ${{ github.token }}
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
destination-folder: Leetcode