Skip to content

Commit 0eee3c4

Browse files
committed
fix: add gh auth
1 parent 7162d56 commit 0eee3c4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"installGitLFS": true,
1010
"installGithubCli": true
1111
},
12+
"ghcr.io/devcontainers/features/github-cli:1": { },
1213
"ghcr.io/devcontainers/features/node:1": {
1314
"version": "18",
1415
"nodeGypDependencies": true

.devcontainer/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ if [ -d "/workspaces/gitpodflix-demo/backend/catalog" ]; then
7070
fi
7171

7272
echo "✅ Setup completed successfully!"
73+
74+
gh auth login --with-token $GH_TOKEN

0 commit comments

Comments
 (0)