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 6a2af13 commit 8655d26Copy full SHA for 8655d26
.github/workflows/aggregate-mcp-data.yml
@@ -56,6 +56,14 @@ jobs:
56
env:
57
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
58
59
+ - name: Trigger leaderboard revalidation
60
+ if: steps.check-changes.outputs.changes == 'true' && github.ref == 'refs/heads/main'
61
+ run: |
62
+ curl -X POST "https://mcpmark.ai/api/revalidate/mcp-leaderboard" \
63
+ -H "Authorization: Bearer ${{ secrets.LEADERBOARD_TOKEN }}" \
64
+ -H "Content-Type: application/json"
65
+ echo "✅ Triggered leaderboard revalidation"
66
+
67
- name: Create PR comment (for PRs)
68
if: github.event_name == 'pull_request' && steps.check-changes.outputs.changes == 'true'
69
uses: actions/github-script@v7
0 commit comments