ci: remove flake-lock-update workflow for now
All checks were successful
/ check (push) Successful in 35s

This commit is contained in:
notohh 2023-10-05 19:24:43 -04:00
parent 26a60df8c0
commit adada17551
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,19 +0,0 @@
on: [push]
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
run: nix flake update
- name: create PR
uses: https://github.com/peter-evans/create-pull-request@v5
with:
token: ${{ secrets.UPDATE_TOKEN }}
committer: notohh <github@notohh.dev>
author: forgejo <dev@notohh.dev
branch: flake-lock-update