Skip to content

Commit a58a7b7

Browse files
Remove homebrew tap support (#136)
We've already removed the ref in the goreleaser Signed-off-by: François Proulx <[email protected]>
1 parent 498649d commit a58a7b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ permissions: {}
1616
jobs:
1717
goreleaser:
1818
runs-on: ubuntu-latest
19-
environment: homebrew-tap
2019
permissions:
2120
contents: write
2221
packages: write
@@ -34,12 +33,6 @@ jobs:
3433
go-version: ${{ env.GO_VERSION }}
3534
cache: false
3635
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
37-
- uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0
38-
id: homebrew-tapper-bot-token
39-
with:
40-
app-id: ${{ vars.HOMEBREW_TAPPER_BOT_APP_ID }}
41-
private-key: ${{ secrets.HOMEBREW_TAPPER_BOT_PRIVATE_KEY }}
42-
repositories: homebrew-tap
4336
- name: Login to GitHub Container Registry to allow cosign signature push
4437
run: echo "$DOCKER_PASSWORD" | docker login ghcr.io --username "$DOCKER_USERNAME" --password-stdin
4538
env:
@@ -53,4 +46,3 @@ jobs:
5346
args: release --clean
5447
env:
5548
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
TAP_GITHUB_TOKEN: ${{ steps.homebrew-tapper-bot-token.outputs.token }}

0 commit comments

Comments
 (0)