From adada17551b9e524aa545a3c74a8effdcb473d2d Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 19:24:43 -0400 Subject: [PATCH] ci: remove flake-lock-update workflow for now --- .forgejo/workflows/flake-lock-update.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .forgejo/workflows/flake-lock-update.yml diff --git a/.forgejo/workflows/flake-lock-update.yml b/.forgejo/workflows/flake-lock-update.yml deleted file mode 100644 index 4d0b5a5..0000000 --- a/.forgejo/workflows/flake-lock-update.yml +++ /dev/null @@ -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 - author: forgejo