From 5cb13ab87f191e938d2f70b4051e05ab39455a3d Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 2 Feb 2026 12:23:45 -0800 Subject: [PATCH] updated devcontainer permissions --- .devcontainer/devcontainer.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 16a665fe02..931d32358c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,13 +16,7 @@ }, "codespaces": { "repositories": { - "githubnext/agentics": { - "permissions": { - "contents": "read", - "workflows": "write" - } - }, - "githubnext/gh-aw": { + "github/gh-aw": { "permissions": { "actions": "write", "contents": "write", @@ -31,12 +25,6 @@ "pull-requests": "write", "workflows": "write" } - }, - "githubnext/gh-aw-test": { - "permissions": { - "contents": "write", - "workflows": "write" - } } } }