1
Fork 0
mdbook-toc/.forgejo/workflows/ci.yaml
Jan-Erik Rediger 3ddb75e8ed
Some checks failed
/ Publish (push) Failing after 1m37s
CI: Re-export the secret
2023-09-29 13:54:32 +02:00

16 lines
366 B
YAML

on: push
env:
CACHIX_NAME: git-fnordig
jobs:
Publish:
runs-on: flakes-action
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Build
run: |
export CACHIX_AUTH_TOKEN=${{secrets.CACHIX_AUTH_TOKEN}}
nix develop --command bash -c 'cachix use $CACHIX_NAME && cachix watch-exec $CACHIX_NAME nix build'