From 328fa4a8962033ab075bc60766586507391156fd Mon Sep 17 00:00:00 2001 From: Fury3K Date: Fri, 20 Mar 2026 15:30:17 +0800 Subject: [PATCH] fix(ci): remove update-repo job that lacks admin permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GITHUB_TOKEN cannot call gh repo edit — it requires admin scope. Repo metadata was already set manually. Remove the failing job so the docs workflow runs clean green. --- .github/workflows/docs.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5c10c0f..df9eb47 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,18 +39,3 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - - update-repo: - name: Update repo metadata - runs-on: ubuntu-latest - needs: deploy - permissions: - contents: read - steps: - - name: Set homepage URL and description - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh repo edit RecursiveDev/ReCursor \ - --homepage "https://recursivedev.github.io/ReCursor" \ - --description "Mobile-first companion UI for AI coding workflows - Flutter app with OpenCode-like UX, Claude Code Hooks integration, and Agent SDK support"