Skip to content

Update inputs

Update inputs #339

Workflow file for this run

name: Update inputs
on:
schedule:
- cron: 0 1 * * *
jobs:
nix-update:
uses: christianharke/flake-commons/.github/workflows/nix-update.yml@main
with:
base-branch: master
nix-check-command: flake check --impure
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}