From 27c3da3d41ce249a7bf5e687eff2f23d162b88fa Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 17 Oct 2024 08:48:23 +0200 Subject: [PATCH] Remove the homebrew token from releaser.yml (#203) --- .github/workflows/releaser.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 137d9ca..61d14eb 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -85,7 +85,6 @@ jobs: args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }} WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }} VERSION: ${{ needs.ldflags_args.outputs.version }} COMMIT: ${{ needs.ldflags_args.outputs.commit }}