Skip to content

Commit

Permalink
Update cachix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dscv101 authored Nov 6, 2024
1 parent e6a9c0f commit f54eb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: mycache
name: dscv101

# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build
- run: nix-shell --run "echo OK"
- run: nix-shell --run "echo OK"

0 comments on commit f54eb6e

Please sign in to comment.