We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8341 commit bd91fc5Copy full SHA for bd91fc5
.github/workflows/generate-manifest.yml
@@ -51,15 +51,13 @@ jobs:
51
- name: Create Pull Request
52
uses: peter-evans/create-pull-request@v5
53
with:
54
- token: ${{ secrets.MCPM_PERSONAL_ACCESS_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
55
commit-message: |
56
feat: add manifest for ${{ steps.repo-info.outputs.repo_name }}
57
58
Generated manifest JSON for repository: ${{ github.event.inputs.repo_url || github.event.client_payload.repo_url }}
59
60
- 🤖 Generated with [Claude Code](https://claude.ai/code)
61
-
62
- Co-Authored-By: Claude <[email protected]>
+ Co-Authored-By: Lucien
63
title: "feat: Add MCP manifest for ${{ steps.repo-info.outputs.repo_name }}"
64
body: |
65
## Summary
0 commit comments