nixos-runner/.forgejo/workflows/update.yaml
Julian Stiller d014572b7a
Some checks failed
build and publish containers / build (nixos, unstable) (push) Failing after 5m52s
build and publish containers / build (nixos, 24.11) (push) Failing after 6m53s
Actions: simplify update action
2025-02-11 22:48:48 +01:00

17 lines
397 B
YAML

name: scheduled flake.lock update
on:
schedule:
- cron: "0 0 * * 0,2,4"
workflow_dispatch: {}
jobs:
flake-lock-update:
runs-on: nixos-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
- uses: actions/nix-flake-update-pr.git@main
with:
token: ${{ secrets.FORGEJO_PR_TOKEN }}
author-email: flake@flyinggecko.org