From c002f124bb06ecb44aff3f760f800e146805766c Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 25 May 2022 13:08:35 +0000 Subject: [PATCH] add permissions to c-utils --- .devcontainer/all/devcontainer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.devcontainer/all/devcontainer.json b/.devcontainer/all/devcontainer.json index 46c29ed..6acc379 100644 --- a/.devcontainer/all/devcontainer.json +++ b/.devcontainer/all/devcontainer.json @@ -12,5 +12,17 @@ "rust-analyzer.cargo.features": [ "all" ] + }, + "customizations": { + "codespaces": { + "repositories": { + "lifegpc/c-utils": { + "permissions": { + "contents": "write", + "workflows": "write" + } + } + } + } } }