Skip to content

Commit

Permalink
Add token and brew integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamo committed Jul 24, 2023
1 parent fc60bf7 commit 52e2ce8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }}
30 changes: 15 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ changelog:
exclude:
- '^docs:'
- '^test:'
#brews:
# -
# name: po-test
# tap:
# owner: loveholidays
# name: homebrew-tap
# commit_author:
# name: loveholidays
# email: oss@loveholidays.com
# folder: Formula
# homepage: "https://github.com/loveholidays/po-test"
# description: "CLI to run unit tests against prometheus-operator manifests"
# install: |
# bin.install "po-test"
# license: "MIT"
brews:
-
name: po-test
tap:
owner: loveholidays
name: homebrew-tap
commit_author:
name: loveholidays
email: oss@loveholidays.com
folder: Formula
homepage: "https://github.com/loveholidays/po-test"
description: "CLI to run unit tests against prometheus-operator manifests"
install: |
bin.install "po-test"
license: "MIT"

0 comments on commit 52e2ce8

Please sign in to comment.