Skip to content

Commit 6f253e2

Browse files
timitimi
authored andcommitted
fix: push to separate homebrew tap repository
1 parent 06d01ce commit 6f253e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-cask.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
echo "Updated content:"
8282
head -15 "$CASK_FILE"
8383
84-
- name: Commit and push
84+
- name: Commit and push to homebrew-tap
8585
run: |
8686
cd homebrew-lumis
8787
git config user.name "github-actions[bot]"
8888
git config user.email "github-actions[bot]@users.noreply.github.com"
8989
git add Casks/lumis.rb
9090
git commit -m "chore: update homebrew cask to v${{ steps.version.outputs.version }}"
91-
git push
91+
git push https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/melandlabs/homebrew-lumis.git main

0 commit comments

Comments
 (0)