There was an error while loading. Please reload this page.
1 parent 06d01ce commit 6f253e2Copy full SHA for 6f253e2
1 file changed
.github/workflows/update-cask.yml
@@ -81,11 +81,11 @@ jobs:
81
echo "Updated content:"
82
head -15 "$CASK_FILE"
83
84
- - name: Commit and push
+ - name: Commit and push to homebrew-tap
85
run: |
86
cd homebrew-lumis
87
git config user.name "github-actions[bot]"
88
git config user.email "github-actions[bot]@users.noreply.github.com"
89
git add Casks/lumis.rb
90
git commit -m "chore: update homebrew cask to v${{ steps.version.outputs.version }}"
91
- git push
+ git push https://${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/melandlabs/homebrew-lumis.git main
0 commit comments