From dbdd2e8868248baa8a4d9e57be998b669aaf7d46 Mon Sep 17 00:00:00 2001 From: Chad Fawcett Date: Wed, 5 Jun 2024 10:04:31 -0700 Subject: [PATCH] Give codespace read access to github/rest-api-description (#50995) --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4d0e0816a8..342597bb43 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -41,6 +41,11 @@ "permissions": { "contents": "write" } + }, + "github/rest-api-description": { + "permissions": { + "contents": "read" + } } } }