2023-10-05 16:54:48 -04:00
|
|
|
on: [push]
|
2023-10-05 16:53:48 -04:00
|
|
|
jobs:
|
|
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: install nix action
|
|
|
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
- name: update flake.lock
|
2023-10-05 17:28:52 -04:00
|
|
|
run: nix flake update
|
|
|
|
- name: create PR
|
|
|
|
uses: https://github.com/peter-evans/create-pull-request@v5
|
2023-10-05 16:53:48 -04:00
|
|
|
with:
|
2023-10-05 17:28:52 -04:00
|
|
|
token: ${{ secrets.TOKEN_FOR_UPDATES }}
|
|
|
|
committer: forgejo <dev@notohh.dev>
|
|
|
|
author: notohh <github@notohh.dev>
|