Skip to content

Commit

Permalink
chore(release): use correct secret for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 8, 2024
1 parent 8bea850 commit fb8b005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb8b005

Please sign in to comment.