From 31b4fea7b996ef91947dea8ac4f2998e21a84061 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 17 Oct 2024 09:39:22 +0300 Subject: [PATCH] Remove the homebrew token from releaser.yml --- .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 }}