From fb8b00592a1f0f9259380ea852e9ccb33fa07c97 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Wed, 8 May 2024 07:34:57 -0400 Subject: [PATCH] chore(release): use correct secret for homebrew --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b64883ac..1fd3abe2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -113,7 +113,7 @@ jobs: - name: Bump Homebrew formula uses: dawidd6/action-homebrew-bump-formula@v3 with: - token: ${{secrets.GH_API_TOKEN}} + token: ${{secrets.GH_API_KEY}} no_fork: true tap: elixir-tools/tap formula: next-ls