Skip to content

Commit

Permalink
update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 9, 2024
1 parent cd0d912 commit cefb898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void main(List<String> args) {
pkg.githubUser.value = owner;
pkg.githubRepo.value = 'leoafarias/fvm';
pkg.homebrewRepo.value = 'leoafarias/homebrew-fvm';
pkg.githubBearerToken.value = Platform.environment['GITHUB_TOKEN'];

pkg.addAllTasks();
addTask(homebrewTask());
Expand Down

0 comments on commit cefb898

Please sign in to comment.