We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d66d3 commit 5c03456Copy full SHA for 5c03456
1 file changed
.github/workflows/build.yml
@@ -302,7 +302,7 @@ jobs:
302
# Commit and push
303
git add Formula/yoda-cli.rb
304
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
+ git push https://x-access-token:${{ secrets.HOMEBREW_TAP_TOKEN }}@github.com/94solutions/homebrew-tap.git
306
307
cd ..
308
0 commit comments