summaryrefslogtreecommitdiff
path: root/.github/workflows/update-inputs.yaml
blob: bd106a37e92b4a4df7980679536ebce4ef5f3beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Update all flake inputs

on:
  schedule:
    # run every saturday at 0:00 utc
    - cron: "0 0 * * 6"
  workflow_dispatch:

jobs:
  update:
    uses: ./.github/workflows/update-lock.yaml
    with:
      commit-msg: "flake: update all inputs"
    secrets: inherit