diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 045ce11..b42b943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: if: steps.gate.outputs.skip == 'false' uses: actions/checkout@v4 with: - repository: coreplanelabs/homebrew-polylane + repository: coreplanelabs/homebrew-tap token: ${{ secrets.HOMEBREW_TAP_TOKEN }} path: tap diff --git a/README.md b/README.md index f5cc58d..da1af8e 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ curl -fsSL https://polylane.com/install.sh | bash # Windows — PowerShell irm https://polylane.com/install.ps1 | iex -# Homebrew (tap: coreplanelabs/polylane) -brew install coreplanelabs/polylane/polylane +# Homebrew (tap: coreplanelabs/tap) +brew install coreplanelabs/tap/polylane # npm npm install -g @coreplane/polylane diff --git a/packaging/homebrew/polylane.rb b/packaging/homebrew/polylane.rb index 25d73fe..3779728 100644 --- a/packaging/homebrew/polylane.rb +++ b/packaging/homebrew/polylane.rb @@ -1,9 +1,9 @@ # Homebrew formula for the Polylane CLI. # -# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-polylane) +# This file belongs in the tap repository (github.com/coreplanelabs/homebrew-tap) # at Formula/polylane.rb so users can install via: # -# brew install coreplanelabs/polylane +# brew install coreplanelabs/tap/polylane # # The release pipeline bumps `url` / `sha256` / `version` on every new release — # see the update-homebrew job in .github/workflows/release.yml. diff --git a/skill/SKILL.md b/skill/SKILL.md index 7f8fd8d..6aad089 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -19,7 +19,7 @@ description: Use `polylane` to investigate production issues, explore cloud infr # Install (pick one — see README for the full list) npm install -g @coreplane/polylane # curl -fsSL https://polylane.com/install.sh | bash -# brew install coreplanelabs/polylane/polylane +# brew install coreplanelabs/tap/polylane # Pick ONE auth path (OAuth is the default; use an API key only where a browser sign-in is impossible): polylane auth login # OAuth browser (PKCE) — the default