Skip to content

Commit 42a79c6

Browse files
committed
fix(release): update CACHIX_PRIVATE_TOKEN to CACHIX_PRIVATE_KFB_TOKEN for k-framework binary cache
1 parent 41f1a06 commit 42a79c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# job does not depend on flakes being globally enabled on the runner.
5555
NIX_CONFIG: 'extra-experimental-features = nix-command flakes'
5656
CACHIX_PUBLIC_TOKEN: '${{ secrets.CACHIX_PUBLIC_TOKEN }}'
57-
CACHIX_PRIVATE_TOKEN: '${{ secrets.CACHIX_PRIVATE_TOKEN }}'
57+
CACHIX_PRIVATE_KFB_TOKEN: '${{ secrets.CACHIX_PRIVATE_KFB_TOKEN }}'
5858
OWNER_REPO: '${{ github.repository }}'
5959
REV: '${{ github.sha }}'
6060
run: |
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Publish the binary to the private k-framework-binary cache. kup
6969
# reuses the store paths built above.
70-
export CACHIX_AUTH_TOKEN="${CACHIX_PRIVATE_TOKEN}"
70+
export CACHIX_AUTH_TOKEN="${CACHIX_PRIVATE_KFB_TOKEN}"
7171
export PATH="$(nix build github:runtimeverification/kup --no-link --print-out-paths)/bin:$PATH"
7272
kup publish k-framework-binary .#komet-node --keep-days 180
7373
# Cachix has not been responding to 'cachix pin' requests made under the hood by kup. Verify the push and pin manually.

0 commit comments

Comments
 (0)