Fix used cachix in update workflow

This commit is contained in:
Charlotte Van Petegem 2022-01-12 17:28:11 +01:00
parent e9cec2f98c
commit fa7e8ba034
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -14,7 +14,7 @@ jobs:
- name: Cachix
uses: cachix/cachix-action@v10
with:
name: accentor
name: chvp
extraPullNames: "nix-community,accentor"
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true