Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay committed Nov 3, 2024
1 parent 51e443b commit bb0872d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

Expand Down
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ brews:
homepage: https://www.openstatus.dev
skip_upload: auto
description: "OpenStatus CLI"

test: |
system "#{bin}/openstatus --help"
repository:
# Repository owner.
#
Expand All @@ -74,8 +75,7 @@ brews:
# Templates: allowed.
name: homebrew-tap

# Optionally a branch can be provided.
#
# Default: default repository branch.
# Templates: allowed.

branch: main
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit bb0872d

Please sign in to comment.