Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 12, 2024
1 parent 6aeb666 commit 6f62695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: macos-latest
env:
PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_FVM_GH_TOKEN }}
GITHUB_BEARER_TOKEN: ${{ secrets.HOMEBREW_FVM_GH_TOKEN }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: macos-latest
env:
PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_FVM_GH_TOKEN }}
GITHUB_BEARER_TOKEN: ${{ secrets.HOMEBREW_FVM_GH_TOKEN }}

steps:
Expand Down
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_TOKEN'];

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

0 comments on commit 6f62695

Please sign in to comment.