Skip to content

Commit ba336af

Browse files
committed
docs: recommend org-level secret for multi-repo setups
1 parent cda1553 commit ba336af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ Go to [agentmeter.app](https://agentmeter.app) and sign in with GitHub. AgentMet
5151

5252
After signing in, go to **Settings → API Key** to generate your `am_sk_…` key.
5353

54-
### 3. Add it as a repository secret
54+
### 3. Add it as a secret
5555

56-
In your repo: **Settings → Secrets and variables → Actions → New repository secret**
56+
**Repository secret** (single repo): Settings → Secrets and variables → Actions → New repository secret
57+
58+
**Organization secret** (recommended for multiple repos): your org → Settings → Secrets and variables → Actions → New organization secret, then grant access to the repos that run agents.
5759

5860
Name: `AGENTMETER_API_KEY`
5961
Value: your `am_sk_…` key

0 commit comments

Comments
 (0)