Skip to content

Commit

Permalink
fix(ci): add token for homebrew publication
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 28, 2023
1 parent fba66a0 commit 3fce725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LFR_CLI_GH_TOKEN: ${{ secrets.LFR_CLI_GH_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ brews:
tap:
owner: lgdd
name: homebrew-tap
token: "{{ .Env.LFR_CLI_GH_TOKEN }}"
folder: Formula
homepage: https://github.com/lgdd/liferay-cli
description: Liferay CLI (lfr) is an unofficial tool written in Go that helps you create & manage your Liferay projects.
Expand Down

0 comments on commit 3fce725

Please sign in to comment.