Skip to content

Commit c3a03f3

Browse files
committed
fix: update Homebrew tap token in release workflow
1 parent 95da921 commit c3a03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: dawidd6/action-homebrew-bump-formula@v4
8181
continue-on-error: true
8282
with:
83-
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
83+
token: ${{ secrets.EXEIN_TOOLS_SSH_PRIVATE_KEY }}
8484
tap: exein-io/tools
8585
formula: analyzer
8686
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)