ci: use nix-community cachix (#1797)
This commit is contained in:
parent
57d036d922
commit
cf71ad5aae
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: stylix
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
continue-on-error: true
|
||||
|
||||
|
|
|
|||
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: stylix
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
continue-on-error: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue