Skip to content

Commit

Permalink
ensure devcontainer ci set
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Jan 29, 2024
1 parent ffd87aa commit b4e29a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b4e29a2

Please sign in to comment.