diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec953e1..6f2c508 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,5 +3,17 @@ "PATH": "/test/path:${containerEnv:PATH}", "TEST_REMOTE_ENV": "test" }, - "postAttachCommand": "echo test" + "postAttachCommand": "echo test >> /workspaces/codespaces/test.txt", + "customizations": { + "codespaces": { + "repositories": { + "github/gh-net": { + "permissions": { + "contents": "read", + "packages": "read" + } + } + } + } + } }