Skip to content

Commit 25f108b

Browse files
remove git hub auth sharing.
1 parent afa02fc commit 25f108b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/devcontainers/loaded/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"postCreateCommand": "echo Loaded Created",
77
"postStartCommand": "echo Loaded Started",
88
"features": {
9-
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.17": {}
9+
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.18": {}
1010
},
1111
"runArgs": [
1212
"--platform=linux/amd64"
@@ -20,5 +20,5 @@
2020
"MAKECONFIG": "true",
2121
"GITHUBMONITOR": "true"
2222
},
23-
"initializeCommand": "mkdir -p $HOME/.config/gh && touch $HOME/.config/gh/hosts.yml || true && touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true"
23+
"initializeCommand": "touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true"
2424
}

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"id": "nhsnotify",
99
"name": "NHS Notify",
10-
"version": "1.0.17",
10+
"version": "1.0.18",
1111
"dependsOn": {
1212
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1313
"configureZshAsDefaultShell": true,
@@ -51,11 +51,6 @@
5151
"source": "${localEnv:HOME}/.ssh",
5252
"target": "/home/vscode/.ssh",
5353
"type": "bind"
54-
},
55-
{
56-
"source": "${localEnv:HOME}/.config/gh/hosts.yml",
57-
"target": "/home/vscode/.config/gh/hosts.yml",
58-
"type": "bind"
5954
}
6055
],
6156
"customizations": {

0 commit comments

Comments
 (0)