Skip to content

Commit

Permalink
Fixed cachix auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 9, 2024
1 parent 5c6b9b7 commit d821b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build zomes
env:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
CACHIX_AUTH_TOKEN: "$\{{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
run: |
nix build -L .#{{snake_case app_name}}_integrity
cachix push holochain-open-dev $(nix path-info --accept-flake-config .#{{snake_case app_name}}_integrity)
Expand Down

0 comments on commit d821b67

Please sign in to comment.