Skip to content

Update flake.lock

Update flake.lock #3

name: Update flake.lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "0 10 1,14 * *"
jobs:
update-flake-lock:
uses: pedorich-n/github-workflows/.github/workflows/update-flake-lock.yaml@main
secrets:
gh_access_token: ${{ secrets.GH_ACCESS_TOKEN }}