Skip to content

Commit 805f722

Browse files
store in dev con.
1 parent 25f108b commit 805f722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.18": {}
9+
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.19": {}
1010
},
1111
"runArgs": [
1212
"--platform=linux/amd64"

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"id": "nhsnotify",
99
"name": "NHS Notify",
10-
"version": "1.0.18",
10+
"version": "1.0.19",
1111
"dependsOn": {
1212
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1313
"configureZshAsDefaultShell": true,

src/features/nhsnotify/scripts/github-monitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ prompt_github_auth() {
138138
case "${response,,}" in # Convert to lowercase
139139
y|yes)
140140
echo -e "${CYAN}Starting GitHub authentication...${NC}"
141-
if gh auth login; then
141+
if gh auth login --insecure-storage; then
142142
echo -e "${GREEN}✓ Authentication successful!${NC}"
143143
echo
144144
return 0

0 commit comments

Comments
 (0)