Skip to content

update-flake-lock

update-flake-lock #39

name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '30 14 * * *' # runs daily at 14:30 UTC, which is 8:00 PM IST
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock"
pr-labels: |
dependencies
automated
token: ${{ secrets.GH_TOKEN_FOR_DOTS }}