fix: brew
This commit is contained in:
parent
59e8d90b89
commit
59a2970951
2 changed files with 3 additions and 5 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -29,3 +29,4 @@ jobs:
|
|||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|
||||
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue