This commit is contained in:
albert 2025-02-03 12:25:36 -08:00
parent fe0d44506c
commit 253b46f94c
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 0 additions and 9 deletions
.forgejo/workflows
nixos/hosts/framework16

View file

@ -12,20 +12,13 @@ jobs:
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
token: ${{ secrets.FORGEJO_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.FORGEJO_TOKEN }}
- name: Install Nix
uses: actions/nix-installer-action@main
with:
token: ${{ secrets.FORGEJO_TOKEN }}
- name: Update flake.lock
uses: actions/update-flake-lock@main
with:
token: ${{ secrets.FORGEJO_TOKEN }}
pr-title: "Update flake.lock"
pr-labels: |
dependencies
@ -34,7 +27,6 @@ jobs:
- uses: actions/gotify-action@master
if: always()
with:
token: ${{ secrets.FORGEJO_TOKEN }}
gotify_api_base: ${{ secrets.GOTIFY_URL }}
gotify_app_token: ${{ secrets.GOTIFY_TOKEN }}
notification_title: |

View file

@ -8,7 +8,6 @@
../../common/modules/secureboot.nix
../../common/modules/udev-rules.nix
../../common/services/fwupd.nix
../../common/modules/yubikey-auth.nix
../../common/modules/builder.nix
../../common/services/podman.nix
../../common/services/geoclue.nix