mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
ci: add cachix push
This commit is contained in:
15
.github/workflows/cachix.yaml
vendored
Normal file
15
.github/workflows/cachix.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: "Cachix"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
cachix-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: spotiflac-cli
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build -L .#default
|
||||
Reference in New Issue
Block a user