diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f62b3a1..34f03e2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -61,7 +61,8 @@ "containerEnv": { // Expose the local environment variable to the container // They are used for releasing and publishing from the container - "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}" + "GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}", + "CI": "${localEnv:CI}" }, "onCreateCommand": { "enable-starship": "echo 'eval \"$(starship init zsh)\"' >> ~/.zshrc"