Cachix: Use authToken to push
This commit is contained in:
parent
50d690cddb
commit
e11f268688
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: nifoc
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build '.#proximity-sort'
|
||||
- run: nix build '.#q'
|
||||
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: nifoc
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build '.#cliclick'
|
||||
- run: nix build '.#phantomjs'
|
||||
- run: nix build '.#proximity-sort'
|
||||
|
|
Loading…
Reference in a new issue