Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit bc4204b

Browse files
committed
fix: cachix cache name
1 parent 07930a7 commit bc4204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: cachix/cachix-action@v14
3131
if: ${{ !github.event.pull_request.head.repo.fork }}
3232
with:
33-
name: doonga
33+
name: greyrock
3434
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3535
- run: |
3636
nix build \

0 commit comments

Comments
 (0)