We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7162d56 commit 0eee3c4Copy full SHA for 0eee3c4
.devcontainer/devcontainer.json
@@ -9,6 +9,7 @@
9
"installGitLFS": true,
10
"installGithubCli": true
11
},
12
+ "ghcr.io/devcontainers/features/github-cli:1": { },
13
"ghcr.io/devcontainers/features/node:1": {
14
"version": "18",
15
"nodeGypDependencies": true
.devcontainer/setup.sh
@@ -70,3 +70,5 @@ if [ -d "/workspaces/gitpodflix-demo/backend/catalog" ]; then
70
fi
71
72
echo "✅ Setup completed successfully!"
73
+
74
+gh auth login --with-token $GH_TOKEN
0 commit comments