Skip to content

Commit e22e524

Browse files
committed
Utilise single TAP repository
1 parent 17da6c9 commit e22e524

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
with:
5555
args: release --clean
5656
env:
57-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ changelog:
4141
brews:
4242
- repository:
4343
owner: putdotio
44-
name: homebrew-putio-sync
44+
name: homebrew-tap
45+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
4546
directory: Formula
4647
homepage: https://github.com/putdotio/putio-sync
4748
description: Put.io folder sync app

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Installing
1212

1313
If you are on MacOS you can install from [brew](https://brew.sh/):
1414
```sh
15-
brew install putdotio/putio-sync/putio-sync
15+
brew tap putdotio/tap
16+
brew install putio-sync
1617
```
1718

1819
Otherwise, get the latest binary from [releases page](https://github.com/putdotio/putio-sync/releases).

0 commit comments

Comments
 (0)