Skip to content

Commit

Permalink
Brewfile: include workbrew/private with token.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 13, 2023
1 parent 08c2acc commit fa75c7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tap "homebrew/core"
tap "homebrew/formula-analytics"
tap "homebrew/services"
tap "homebrew/test-bot"
tap "workbrew/private", "https://#{ENV.fetch("HOMEBREW_GITHUB_API_TOKEN")}@github.com/Workbrew/homebrew-private"
# Search tool like grep, but optimized for programmers
brew "ack"
# Static checker for GitHub Actions workflow files
Expand Down Expand Up @@ -139,6 +140,8 @@ cask "sizeup"
cask "utm"
# Open-source code editor
cask "visual-studio-code"
# Installer for Workbrew Agent
cask "workbrew"
# Video communication and virtual meeting platform
cask "zoom"
mas "1Blocker", id: 1365531024
Expand Down

0 comments on commit fa75c7c

Please sign in to comment.