diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index e678e83..1e2a0dd 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,7 +1,7 @@ # Auto-merge — nobody is in the merge loop. # # Green, ready PRs merge themselves and deploy themselves. The policy lives in -# ONE place for the whole fleet — maonakamoto/dotfiles, scripts/ci/auto-merge-sweep.sh +# ONE place for the whole fleet — bitbaum/dotfiles, scripts/ci/auto-merge-sweep.sh # — and this file only says "run it, here, with these settings". # # It used to be a ~245-line copy of that script. Twenty-two repos held such a @@ -39,7 +39,7 @@ permissions: jobs: sweep: - uses: maonakamoto/dotfiles/.github/workflows/auto-merge-sweep.yml@master + uses: bitbaum/dotfiles/.github/workflows/auto-merge-sweep.yml@master with: base_branch: main ci_workflow: ci.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d79d2c..00c9dca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy # Push to main → deploy this app to bitbaum. All the logic lives in one -# place: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml +# place: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml # (docs: docs/infrastructure/self-host-cd.md there). It waits for this # commit's own CI to go green before anything reaches the box. @@ -15,7 +15,7 @@ on: jobs: deploy: - uses: maonakamoto/fleetcrown/.github/workflows/selfhost-deploy.yml@main + uses: bitbaum/fleetcrown/.github/workflows/selfhost-deploy.yml@main with: app: sink secrets: inherit