Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 12, 2024
1 parent 396672d commit 6aeb666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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_BEARER_TOKEN'];
// pkg.githubBearerToken.value = Platform.environment['GITHUB_BEARER_TOKEN'];

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

0 comments on commit 6aeb666

Please sign in to comment.