Skip to content

Commit 00dcdd0

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

2 files changed

Lines changed: 4 additions & 2 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 }}

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
1617
```
1718

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

0 commit comments

Comments
 (0)