We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270834c + 22e2fcc commit 1d2032fCopy full SHA for 1d2032f
2 files changed
.github/workflows/release.yml
@@ -29,7 +29,5 @@ jobs:
29
version: "~> v2"
30
args: release --clean
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- # For pushing to homebrew-tap repo, use a PAT with repo scope
34
- # or use GITHUB_TOKEN if homebrew-tap allows it
35
- HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
.goreleaser.yml
@@ -69,6 +69,7 @@ brews:
69
repository:
70
owner: agentsdance
71
name: agentx
72
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
73
directory: Formula
74
homepage: "https://github.com/agentsdance/agentx"
75
description: "CLI tool for managing MCP servers and skills across AI coding agents"
0 commit comments