1 parent eb97bf7 commit 54ed16eCopy full SHA for 54ed16e
1 file changed
.github/workflows/leetcode.yml
@@ -0,0 +1,33 @@
1
+name: Sync Leetcode
2
+
3
4
5
+on:
6
7
+ workflow_dispatch:
8
9
10
11
+jobs:
12
13
+ sync:
14
15
+ runs-on: ubuntu-latest
16
17
18
19
+ steps:
20
21
+ - name: Sync Leetcode
22
23
+ uses: joshcai/leetcode-sync@v1.7
24
25
+ with:
26
27
+ github-token: ${{ github.token }}
28
29
+ leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
30
31
+ leetcode-session: ${{ secrets.LEETCODE_SESSION }}
32
33
+ verbose: true
0 commit comments