We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b622675 + 7684e19 commit ebae1efCopy full SHA for ebae1ef
1 file changed
.github/workflows/update-cli-coverage.yml
@@ -37,13 +37,13 @@ jobs:
37
38
- name: Clone API repo
39
env:
40
- GH_TOKEN: ${{ secrets.CLI_REPO_PAT }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
41
run: |
42
gh repo clone kernel/kernel /tmp/kernel-api -- --depth=1
43
44
- name: Clone CLI repo
45
46
47
48
gh repo clone kernel/cli /tmp/kernel-cli
49
@@ -68,7 +68,7 @@ jobs:
68
- name: Update CLI coverage
69
70
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
71
72
BRANCH_PREFIX: cli-coverage-update
73
74
cursor-agent -p "You are a CLI updater that implements missing CLI commands based on SDK updates.
0 commit comments