From 36bd454a3bb31051b42f1ebe5b60777e924a0b63 Mon Sep 17 00:00:00 2001 From: Toshik Agarwal Date: Fri, 20 Mar 2026 11:18:07 +0530 Subject: [PATCH] Update RELEASE_PROCESS.md Ensure the SSO is enabled for the newly created token --- RELEASE_PROCESS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 449173d61..51b5e7bf1 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -49,7 +49,8 @@ To create a GitHub token: 1. Go to https://github.com/settings/tokens 2. Generate a new token (classic) 3. Select scope: `repo` (for private repos) or `public_repo` -4. Copy the token and set it as an environment variable +4. Ensure to enable SSO for this token +5. Copy the token and set it as an environment variable ## Important: Templates vs Docs Directory