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" - } } } }