Skip to content

Commit 328fa4a

Browse files
committed
fix(ci): remove update-repo job that lacks admin permissions
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.
1 parent d7d3954 commit 328fa4a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,3 @@ jobs:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v4
42-
43-
update-repo:
44-
name: Update repo metadata
45-
runs-on: ubuntu-latest
46-
needs: deploy
47-
permissions:
48-
contents: read
49-
steps:
50-
- name: Set homepage URL and description
51-
env:
52-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
run: |
54-
gh repo edit RecursiveDev/ReCursor \
55-
--homepage "https://recursivedev.github.io/ReCursor" \
56-
--description "Mobile-first companion UI for AI coding workflows - Flutter app with OpenCode-like UX, Claude Code Hooks integration, and Agent SDK support"

0 commit comments

Comments
 (0)