Skip to content

Commit ebae1ef

Browse files
authored
Merge pull request #57 from kernel/rename-secret-gh-token
Rename CLI_REPO_PAT secret to GH_TOKEN
2 parents b622675 + 7684e19 commit ebae1ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737

3838
- name: Clone API repo
3939
env:
40-
GH_TOKEN: ${{ secrets.CLI_REPO_PAT }}
40+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4141
run: |
4242
gh repo clone kernel/kernel /tmp/kernel-api -- --depth=1
4343
4444
- name: Clone CLI repo
4545
env:
46-
GH_TOKEN: ${{ secrets.CLI_REPO_PAT }}
46+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4747
run: |
4848
gh repo clone kernel/cli /tmp/kernel-cli
4949
@@ -68,7 +68,7 @@ jobs:
6868
- name: Update CLI coverage
6969
env:
7070
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
71-
GH_TOKEN: ${{ secrets.CLI_REPO_PAT }}
71+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7272
BRANCH_PREFIX: cli-coverage-update
7373
run: |
7474
cursor-agent -p "You are a CLI updater that implements missing CLI commands based on SDK updates.

0 commit comments

Comments
 (0)