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