From 9be40df1c0402852db6b3faf48d7ac9113533dfc Mon Sep 17 00:00:00 2001 From: ChronosMasterOfAllTime Date: Thu, 19 Dec 2024 14:23:45 -0600 Subject: [PATCH] secret for releaser --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5272bc6d..06925688 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: dawidd6/action-homebrew-bump-formula@v4 with: # Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GH_HOMEBREW_TOKEN }} # Optional, will create tap repo fork in organization # org: ORG # Optional, use the origin repository instead of forking