From 7684e19ffd73f3dc23e214d55ba17c8d3843c9db Mon Sep 17 00:00:00 2001 From: Rafael Garcia Date: Sat, 17 Jan 2026 06:52:47 -0500 Subject: [PATCH] Rename CLI_REPO_PAT secret to GH_TOKEN Co-Authored-By: Claude Opus 4.5 --- .github/workflows/update-cli-coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-cli-coverage.yml b/.github/workflows/update-cli-coverage.yml index f70578c..6c4603f 100644 --- a/.github/workflows/update-cli-coverage.yml +++ b/.github/workflows/update-cli-coverage.yml @@ -37,13 +37,13 @@ jobs: - name: Clone API repo env: - GH_TOKEN: ${{ secrets.CLI_REPO_PAT }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | gh repo clone kernel/kernel /tmp/kernel-api -- --depth=1 - name: Clone CLI repo env: - GH_TOKEN: ${{ secrets.CLI_REPO_PAT }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | gh repo clone kernel/cli /tmp/kernel-cli @@ -68,7 +68,7 @@ jobs: - name: Update CLI coverage env: CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} - GH_TOKEN: ${{ secrets.CLI_REPO_PAT }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} BRANCH_PREFIX: cli-coverage-update run: | cursor-agent -p "You are a CLI updater that implements missing CLI commands based on SDK updates.