Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ what SPECIFICATION.md says.
## Prerequisites

- `gh` CLI tool must be installed and authenticated (`gh auth login`)
- `gh` authentication for `github.com` must include the `workflow` scope:
`gh auth refresh -h github.com -s workflow`
- Appropriate permissions on the target repository

## Tools
Expand Down Expand Up @@ -281,6 +283,8 @@ Or run the steps individually:

**"gh is not authenticated"**
- Run `gh auth login` and follow the prompts
- If workflow updates fail due to missing OAuth scopes, run
`gh auth refresh -h github.com -s workflow`

**"Failed to set environment secret"**
- Ensure the Production environment exists by running `configure-repo`
Expand Down
Loading