From 0653abbb981b057e3cae3694c40de070fb5d97a2 Mon Sep 17 00:00:00 2001 From: Kevin Sheth Date: Thu, 19 Feb 2026 16:05:39 -0500 Subject: [PATCH] chore(docs): link Rollbar access token docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4883021..4ef4f59 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ go build ./cmd/rollbaz Use a Rollbar project token with read access. +Rollbar token types and permissions: https://docs.rollbar.com/docs/access-tokens + ```bash rollbaz project add my-service --token '' rollbaz project list @@ -99,6 +101,8 @@ Token precedence: 3. active configured project token 4. `ROLLBAR_ACCESS_TOKEN` +If you are unsure which token to use, see: https://docs.rollbar.com/docs/access-tokens + ## Quality Gates ```bash