Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -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....
)
Expand Down
Loading