Skip to content

Commit 3438d90

Browse files
auth option.
1 parent 8dfd496 commit 3438d90

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 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.13": {}
9+
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.14": {}
1010
},
1111
"runArgs": [
1212
"--platform=linux/amd64"
@@ -17,7 +17,8 @@
1717
"containerEnv": {
1818
"UPDATEFROMTEMPLATE": "true",
1919
"SHOWWELCOME": "true",
20-
"MAKECONFIG": "true"
20+
"MAKECONFIG": "true",
21+
"GITHUBMONITOR": "true"
2122
},
2223
"initializeCommand": "touch $HOME/.gitconfig && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true",
2324

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"containerEnv": {
33
"UPDATEFROMTEMPLATE": "true",
44
"SHOWWELCOME": "true",
5-
"MAKECONFIG": "true"
5+
"MAKECONFIG": "true",
6+
"GITHUBMONITOR": "true"
67
},
78
"id": "nhsnotify",
89
"name": "NHS Notify",
9-
"version": "1.0.13",
10+
"version": "1.0.14",
1011
"dependsOn": {
1112
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1213
"configureZshAsDefaultShell": true,

0 commit comments

Comments
 (0)