We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccd9b6 commit dd0d44dCopy full SHA for dd0d44d
1 file changed
.github/workflows/scripts/update-homebrew.js
@@ -217,6 +217,7 @@ Auto-updated by GitHub Actions`;
217
// Push using the token if available (for GitHub Actions)
218
const token = process.env.GITHUB_TOKEN;
219
if (token) {
220
+ console.log("🔐 Using token:", token);
221
execSync(`git remote set-url origin https://${token}@github.com/hungthai1401/homebrew-tap.git`, { cwd: homebrewPath });
222
}
223
execSync("git push origin main", { cwd: homebrewPath });
0 commit comments