Skip to content

Commit 3ef369b

Browse files
authored
Set personal access token for comments (#225)
1 parent ee43465 commit 3ef369b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-comment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
- name: Add comment
1616
run: gh issue comment "$NUMBER" --body "$BODY"
1717
env:
18-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
1919
GH_REPO: ${{ github.repository }}
2020
NUMBER: ${{ github.event.number }}
2121
BODY: >
22+
# :warning: Deprecation warning
23+
2224
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

Comments
 (0)