Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }}
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ brews:
- repository:
owner: etsy
name: terraform-demux
branch: main
# Push the formula update over SSH using a deploy key, so the
# commit is attributed to a Rulesets bypass actor (Deploy keys)
# and is not blocked by branch protection on main.
git:
url: 'git@github.com:etsy/terraform-demux.git'
private_key: '{{ .Env.RELEASE_DEPLOY_KEY }}'

commit_msg_template: "chore: regenerate homebrew formula"

directory: Formula

Expand Down