1
0
Fork 0

Cachix: Use authToken to push

This commit is contained in:
Daniel Kempkens 2022-08-05 22:49:26 +02:00
parent 50d690cddb
commit e11f268688

View file

@ -15,7 +15,7 @@ jobs:
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v10
with: with:
name: nifoc name: nifoc
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build '.#proximity-sort' - run: nix build '.#proximity-sort'
- run: nix build '.#q' - run: nix build '.#q'
@ -29,7 +29,7 @@ jobs:
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v10
with: with:
name: nifoc name: nifoc
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build '.#cliclick' - run: nix build '.#cliclick'
- run: nix build '.#phantomjs' - run: nix build '.#phantomjs'
- run: nix build '.#proximity-sort' - run: nix build '.#proximity-sort'