Skip to content

Commit

Permalink
Merge pull request #48 from k8sgpt-ai/feat/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
thschue committed Mar 24, 2023
2 parents 5bdfb65 + 171e58b commit 489da42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.K8SGPT_BOT_SECRET }}

build-container:
if: needs.release-please.outputs.releases_created == 'true'
Expand Down
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ archives:
- goos: windows
format: zip

brews:
- name: k8sgpt
homepage: https://k8sgpt.ai
tap:
owner: k8sgpt-ai
name: homebrew-k8sgpt

checksum:
name_template: 'checksums.txt'

Expand All @@ -38,6 +45,9 @@ snapshot:
changelog:
skip: true

sboms:
- artifacts: archive

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 489da42

Please sign in to comment.