Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ brews:
owner: nanohype
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# homebrew-tap's main is branch-protected (requires a PR), so a direct push
# is rejected even with a valid token. Open a formula PR instead.
pull_request:
enabled: true
directory: Formula
homepage: "https://github.com/nanohype/cloudgov"
description: "AWS governance CLI — IAM least-privilege, cost anomalies, posture, drift, compliance, and resource hygiene across AWS, plus a Kubernetes RBAC scanner"
Expand Down
Loading