Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Revert changes for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo committed Sep 8, 2021
1 parent c3a20c3 commit 744c916
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
docker run \
--rm \
-e CGO_ENABLED=1 -e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} -e VERSION=${{ env.VERSION }} \
-e RASACTL_GITHUB_TOKEN=${{ secrets.RASACTL_GITHUB_TOKEN }} \
-e RASABOT_GITHUB_TOKEN=${{ secrets.RASABOT_GITHUB_TOKEN }} \
-e GPG_FINGERPRINT=${{ steps.import_gpg.outputs.fingerprint }} \
-v `pwd`:/go/src/rasactl \
-v /home/runner/.gnupg:/root/.gnupg \
Expand Down
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ before:
brews:
- name: rasactl
tap:
owner: rasactl
name: homebrew-tap
token: "{{ .Env.RASACTL_GITHUB_TOKEN }}"
owner: RasaHQ
name: homebrew-rasactl
token: "{{ .Env.RASABOT_GITHUB_TOKEN }}"

install: |-
bin.install "rasactl"
Expand All @@ -81,8 +81,8 @@ brews:
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: rasactl
email: [email protected].com
name: rasabot
email: rasabot@rasa.com

folder: Formula

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ $ cp rasactl_0.0.7_darwin_amd64/rasactl /usr/local/bin/
- You can also install via `brew`:

```text
$ brew tap rasahq/rasactl
$ brew install rasactl
```

Expand Down

0 comments on commit 744c916

Please sign in to comment.