Skip to content

Commit 5c03456

Browse files
committed
create and use HOMEBREW_TAP_TOKEN
1 parent 41d66d3 commit 5c03456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
# Commit and push
303303
git add Formula/yoda-cli.rb
304304
git commit -m "Update yoda-cli to ${VERSION}" || echo "No changes to commit"
305-
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/94solutions/homebrew-tap.git
305+
git push https://x-access-token:${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/94solutions/homebrew-tap.git
306306
307307
cd ..
308308

0 commit comments

Comments
 (0)