Skip to content

Commit c62c032

Browse files
committed
fix: update cachix in docs workflow
1 parent 76439a3 commit c62c032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
nix_path: nixpkgs=channel:nixos-unstable
3636
- uses: cachix/cachix-action@v15
3737
with:
38-
name: eigenvalue
39-
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
38+
name: timewave
39+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
4040
- run: 'nix build .#docs'
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)