Skip to content

Commit 5e9c84c

Browse files
authored
ci(rk): push to cachix only from rk-ci (#49)
The first day of pushes filled exo-rkllama with 11.3 GB, mostly the three disjoint platform closures uploaded by pipeline.yml's matrix. Drop authToken from pipeline.yml and rk-upstream-sync.yml so those jobs go pull-only (cachix-action never pushes without a token; both caches are public, so reads are unchanged). rk-ci keeps the token and remains the single push path, covering the RK-specific devshell and build closure that fork CI actually re-uses.
1 parent d93ec4d commit 5e9c84c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
with:
3737
name: exo-rkllama
3838
extraPullNames: exo
39-
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
4039

4140
- name: Build Metal packages (macOS only)
4241
if: runner.os == 'macOS'

.github/workflows/rk-upstream-sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
with:
8282
name: exo-rkllama
8383
extraPullNames: exo
84-
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
8584

8685
- name: Gate the merge result
8786
if: steps.pick.outputs.skip != '1' && steps.drift.outputs.count != '0'

0 commit comments

Comments
 (0)