💚 Fix the secret name for Homebrew repo

This commit is contained in:
M. Mert Yildiran
2024-02-29 01:32:57 +03:00
parent a9d2cb5ac2
commit d8761e1e31

View File

@@ -55,7 +55,7 @@ jobs:
with:
fetch-depth: 0
repository: kubeshark/homebrew-kubeshark
ssh-key: ${{ secrets.HOMEBREW_SSH_KEY }}
ssh-key: ${{ secrets.HOMEBREW_TOKEN }}
path: homebrew-kubeshark
- name: Generate Homebrew formulae
@@ -79,4 +79,3 @@ jobs:
git add kubeshark.rb
git commit -m "Release ${{ steps.version.outputs.tag }}"
git push