feat: add GitHub workflow for update `flake.lock`

This commit is contained in:
Harsh Shandilya 2023-04-01 12:06:25 +05:30
parent c2e7b225c3
commit 432f61de05
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 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 }}