Skip to content

Update inputs

Update inputs #769

Workflow file for this run

---
name: "Update inputs"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 1 * * *"
jobs:
nix-update:
uses: "rake5k/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 }}"