Skip to content

Update Flake Action #95

Update Flake Action

Update Flake Action #95

Workflow file for this run

name: Update Flake Action
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 4 * * 3' # Run weekly at 4AM every wednesday
jobs:
Lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.ISSA_ME}}
pr-assignees: itslychee