From be02d33fed99b375ad39db2c4c1e74c3d0018fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 8 May 2025 15:35:36 +0200 Subject: [PATCH 1/2] Added missing token scopes --- docs/ai_actions/install_ai_actions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ai_actions/install_ai_actions.md b/docs/ai_actions/install_ai_actions.md index 263fc991fb..8d9385c823 100644 --- a/docs/ai_actions/install_ai_actions.md +++ b/docs/ai_actions/install_ai_actions.md @@ -116,6 +116,8 @@ Select the following scopes to set permissions needed to enable the integration - `scenarios:write` - `team-variables:read` - `team-variables:write` +- `teams:read` +- `teams:write` - `templates:read` - `templates:write` - `udts:read` From 6d56a4e689c45e0f2f44d35b7a075e165c292394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 8 May 2025 15:46:24 +0200 Subject: [PATCH 2/2] Removed teams:read --- docs/ai_actions/install_ai_actions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ai_actions/install_ai_actions.md b/docs/ai_actions/install_ai_actions.md index 8d9385c823..280924a69b 100644 --- a/docs/ai_actions/install_ai_actions.md +++ b/docs/ai_actions/install_ai_actions.md @@ -116,7 +116,6 @@ Select the following scopes to set permissions needed to enable the integration - `scenarios:write` - `team-variables:read` - `team-variables:write` -- `teams:read` - `teams:write` - `templates:read` - `templates:write`