Skip to content

Check flake inputs for updates #10

Check flake inputs for updates

Check flake inputs for updates #10

Workflow file for this run

name: Update flake.lock
run-name: 'Check flake inputs for updates'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,4'
jobs:
lockfile:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: DeterminateSystems/update-flake-lock@v24
with:
commit-msg: 'chore: update flake.lock'
branch: bot/update-flake
pr-title: 'chore: update flake.lock'
pr-labels: automated
pr-body: |
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
```
{{ env.GIT_COMMIT_MESSAGE }}
```