diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-14 03:06:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 03:06:39 +0300 |
commit | 423b6d55420fe66e6e0bc4c2b5df254f7881d881 (patch) | |
tree | 8eee6a1dd2d471d7f45ff9b7aff86cf3a5d60958 | |
parent | b855a08a726b8c00a423389b8b9d3a6422643d4e (diff) |
CI Ignore
-rw-r--r-- | .devcontainer.json | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/.devcontainer.json b/.devcontainer.json index d6a9dda..5717d85 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,23 +1,20 @@ { - "customizations": { - "codespaces": { - "repositories": { - "devcontainers/cli": { - "permissions": { - "contents": "write", - "workflows": "write" - } - }, - "devcontainers/action": { - "permissions": { - "contents": "write", - "workflows": "write" - } - }, - "joshspicer/devcontainer-docs": { - "permissions": "write-all" - } - } + "customizations": { + "codespaces": { + "repositories": { + "devcontainers/cli": { + "permissions": { + "contents": "write", + "workflows": "write" + } + }, + "devcontainers/action": { + "permissions": { + "contents": "write", + "workflows": "write" + } } + } } + } } |