You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/auto-comment.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@ jobs:
15
15
- name: Add comment
16
16
run: gh issue comment "$NUMBER" --body "$BODY"
17
17
env:
18
-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
19
19
GH_REPO: ${{ github.repository }}
20
20
NUMBER: ${{ github.event.number }}
21
21
BODY: >
22
+
# :warning: Deprecation warning
23
+
22
24
This MCP server is deprecated and will only receive critical security updates going forward. It has been superseded by [Elastic Agent Builder](https://ela.st/agent-builder-docs)'s [MCP endpoint](https://ela.st/agent-builder-mcp), which is available in Elastic 9.2.0+ and Elasticsearch Serverless projects.
0 commit comments