ci(ci): 👷 Update CI pipeline to use new internal network URL for artifact publishing

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-06-10 21:07:42 -07:00
parent 962cda05e9
commit 2a316580e6
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ export function createCICommand(): Command {
for (const fail of failures) {
console.log(colors.error(`${fail.repo}`))
if (fail.lastRun) {
const url = `http://forge.black.local/lilith/${fail.repo}/actions`
const url = `http://forge.black.lan/lilith/${fail.repo}/actions`
console.log(` ${colors.dim(url)}`)
}
console.log()

View file

@ -53,7 +53,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'http://forge.black.local/api/packages/lilith/npm/'
registry-url: 'http://forge.black.lan/api/packages/lilith/npm/'
- name: Setup pnpm
uses: pnpm/action-setup@v2