You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename HOMEBREW_TAP_TOKEN to GH_PAT with broader scope
The GitHub PAT needs write access to both this repo (for creating
releases) and the homebrew-tap repo (for updating the formula).
Renamed to GH_PAT and updated docs to clarify required permissions.
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@ The following secrets must be configured in the repository settings:
83
83
84
84
| Secret | Description |
85
85
|--------|-------------|
86
+
|`GH_PAT`| GitHub Personal Access Token with `repo` scope. Must have write access to both this repository (for creating releases) and `onkernel/homebrew-tap` (for updating the Homebrew formula). Create at https://github.com/settings/tokens/new?scopes=repo|
86
87
|`GORELEASER_KEY`| GoReleaser Pro license key (required for npm and homebrew publishing) |
87
88
|`NPM_TOKEN`| npm access token for publishing `@onkernel/cli`|
88
-
|`HOMEBREW_TAP_TOKEN`| GitHub PAT with write access to `onkernel/homebrew-tap` repository |
0 commit comments