Testing
This commit is contained in:
parent
fe0d44506c
commit
253b46f94c
2 changed files with 0 additions and 9 deletions
|
@ -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: |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue