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