Skip to content

.github/workflows/update-flake.yaml #14

.github/workflows/update-flake.yaml

.github/workflows/update-flake.yaml #14

Workflow file for this run

on:
schedule:
- cron: "30 00 * * 1"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Repository Checkout
uses: actions/checkout@v4
- name: Instal Nix
uses: DeterminateSystems/nix-installer-action@v14
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
nix-options: --debug --log-format raw
token: ${{ secrets.FLAKE_TOKEN }}
pr-title: "deps: update flake.lock"
pr-labels: |
dependencies
automated