From 2db5984ca5c713e2ed0b8ecc1af4c2ed992c6b15 Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Tue, 9 Jan 2024 09:40:13 +0000 Subject: [PATCH] Fix `alphagov/govspeak-visual-editor not found` in CI. This is really just hacking around a bug (#4259), but for now it seems that when a private repo is listed without `private_repo: true`, CI fails in at least some circumstances. --- data/repos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/repos.yml b/data/repos.yml index b8b54036b4..7205b74abd 100644 --- a/data/repos.yml +++ b/data/repos.yml @@ -398,6 +398,7 @@ dashboard_url: false - repo_name: govspeak-visual-editor + private_repo: true type: Utilities team: "#govuk-publishing-experience-tech"