Skip to content

.github/workflows/sync_leetcode.yml #19

.github/workflows/sync_leetcode.yml

.github/workflows/sync_leetcode.yml #19

Workflow file for this run

name: Sync Leetcode
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 6"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Sync
uses: joshcai/[email protected]
with:
github-token: ${{ github.token }}
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
leetcode-session: ${{ secrets.LEETCODE_SESSION }}