Skip to content

Commit

Permalink
Remove homebrew tap support (#136)
Browse files Browse the repository at this point in the history
We've already removed the ref in the goreleaser

Signed-off-by: François Proulx <[email protected]>
  • Loading branch information
fproulx-boostsecurity authored Jun 25, 2024
1 parent 498649d commit a58a7b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ permissions: {}
jobs:
goreleaser:
runs-on: ubuntu-latest
environment: homebrew-tap
permissions:
contents: write
packages: write
Expand All @@ -34,12 +33,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: false
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
- uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
id: homebrew-tapper-bot-token
with:
app-id: ${{ vars.HOMEBREW_TAPPER_BOT_APP_ID }}
private-key: ${{ secrets.HOMEBREW_TAPPER_BOT_PRIVATE_KEY }}
repositories: homebrew-tap
- name: Login to GitHub Container Registry to allow cosign signature push
run: echo "$DOCKER_PASSWORD" | docker login ghcr.io --username "$DOCKER_USERNAME" --password-stdin
env:
Expand All @@ -53,4 +46,3 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ steps.homebrew-tapper-bot-token.outputs.token }}

0 comments on commit a58a7b7

Please sign in to comment.