File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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.
You can’t perform that action at this time.
0 commit comments