Skip to content

Sync Leetcode Submissions #489

Sync Leetcode Submissions

Sync Leetcode Submissions #489

Workflow file for this run

name: Sync Leetcode Submissions
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '5 10 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync Leetcode Submissions
uses: joshcai/leetcode-sync@master
with:
github-token: ${{ github.token }}
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
leetcode-session: ${{ secrets.LEETCODE_SESSION }}