Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fb8b005

Browse files
committed
chore(release): use correct secret for homebrew
1 parent 8bea850 commit fb8b005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Bump Homebrew formula
114114
uses: dawidd6/action-homebrew-bump-formula@v3
115115
with:
116-
token: ${{secrets.GH_API_TOKEN}}
116+
token: ${{secrets.GH_API_KEY}}
117117
no_fork: true
118118
tap: elixir-tools/tap
119119
formula: next-ls

0 commit comments

Comments
 (0)