Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepark-dev committed Mar 18, 2024
0 parents commit be7f78c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sync_leetcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sync Leetcode

on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 6"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: LeetCode Sync
uses: joshcai/[email protected]

with:
github-token: ${{ github.token }}
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
leetcode-session: ${{ secrets.LEETCODE_SESSION }}



0 comments on commit be7f78c

Please sign in to comment.