Skip to content

Commit 4fb6f2d

Browse files
authored
Add leetcode-csrftoken to leetcode-sync workflow
Added leetcode-csrftoken to the workflow for LeetCode sync.
1 parent 73a914a commit 4fb6f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/leetcode-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
24+
leetcode-csrftoken: ${{ secrets.LEETCODE_CSRF_TOKEN }}
2425
destination-folder: "."
25-
2626
- name: Commit and push changes
2727
run: |
2828
git config --global user.name "Rispa Joseph"

0 commit comments

Comments
 (0)