fix: brew

This commit is contained in:
John Doe 2025-04-08 17:23:44 +03:00
parent 59e8d90b89
commit 59a2970951
2 changed files with 3 additions and 5 deletions

View file

@ -29,3 +29,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}

View file

@ -46,13 +46,10 @@ brews:
homepage: "https://github.com/chaindead/telegram-mcp"
description: "Telegram MCP server for AI assistants"
license: "MIT"
dependencies:
- name: go
type: build
repository:
owner: chaindead
name: homebrew-tap
token: "{{ .Env.PERSONAL_AUTH_TOKEN }}"
token: "{{ .Env.GITHUB_PERSONAL_TOKEN }}"
install: |
bin.install "telegram-mcp"
test: |