From 01499be92443fee991cabe0b18d88b4f0cac8a62 Mon Sep 17 00:00:00 2001 From: Kait <39479354+katrinafyi@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:08:44 +1000 Subject: [PATCH] mill: update token.. --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index d5aa4e3ea..c68aa4d78 100644 --- a/build.mill +++ b/build.mill @@ -75,7 +75,7 @@ object `package` extends ScalaModule with BasilDocs with BasilVersion with Scala "https://maven.pkg.github.com/UQ-PAC/aslp", // this token will expire in one year. if downloading the lifter dependency fails, // re-generate a read:packages token. - authentication = Some(Authentication("rina-bot1", "iH2Yg4xigOuRtBRoTrQWS85I26vgDuZ29Mgt_phg".reverse)) + authentication = Some(Authentication("rina-bot1", "1dmjd3Ljnnzi205vfCczp9CEaNE5XVPQrl3e_phg".reverse)) // XXX: .reverse is used to subvert Github's secret detection, which will invalidate the // token if it sees it being committed.... )