Skip to content

Commit

Permalink
Merge pull request #165 from equinix/homebrew-tap
Browse files Browse the repository at this point in the history
use @equinix-homebrew-tap to publish metal-cli and homebrew-tap releases
  • Loading branch information
displague authored Jan 14, 2022
2 parents add4b41 + eb6ebf0 commit e8c5152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#
# Token for robot account @equinix-homebrew-tap, which can publish
# to metal-cli and homebrew-tap GH repos
GITHUB_TOKEN: ${{ secrets.GH_HOMEBREW_TAP_TOKEN }}

0 comments on commit e8c5152

Please sign in to comment.