chore: add workflow to keep Nix Flake up-to-date

This commit is contained in:
Harsh Shandilya 2024-04-24 05:17:37 +05:30
parent 342efa98fe
commit 8cfaeae872
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '30 3 * * 0'
permissions:
contents: write
jobs:
update-flake-lock:
uses: msfjarvis/shared-workflows/.github/workflows/update-flake-lock.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}