We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0548a commit 3cac1c6Copy full SHA for 3cac1c6
README.md
@@ -45,8 +45,9 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
45
46
steps:
47
- name: Sync
48
- uses: joshcai/leetcode-sync@v1.3
+ uses: CherryKatatonic/leetcode-sync@v1.3
49
with:
50
+ user: name
51
github-token: ${{ github.token }}
52
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
53
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
0 commit comments