Skip to content

Commit c818814

Browse files
committed
ci: pr.yml - fix cachix push
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 05cc283 commit c818814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
- name: "Push to Cachix"
6161
run: |
62-
nix develop .#ci --command bash -c "CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} echo $(realpath result_new) | cachix push spearman4157"
62+
nix develop .#ci --command bash -c "echo $(realpath result_new) | CACHIX_AUTH_TOKEN=${{ secrets.CACHIX_AUTH_TOKEN }} cachix push spearman4157"
6363
6464
# TODO: Flakes and Sources changelog from their respective git repositories.

0 commit comments

Comments
 (0)