From 16a3368896f2df943471ba5dc314de43a4210e5d Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 14:08:12 -0400 Subject: [PATCH] ci: fix files to take correct config location --- .github/workflows/flake-update.yml | 2 +- .github/workflows/nodes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 081955cc..2636e684 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -1,7 +1,7 @@ env: CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CI_ALLOW_ROOT: '1' - CI_CONFIG: ./ci.nix + CI_CONFIG: ./ci/flake-cron.nix CI_PLATFORM: gh-actions DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }} jobs: diff --git a/.github/workflows/nodes.yml b/.github/workflows/nodes.yml index 4dab1697..2464dd1b 100644 --- a/.github/workflows/nodes.yml +++ b/.github/workflows/nodes.yml @@ -1,7 +1,7 @@ env: CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CI_ALLOW_ROOT: '1' - CI_CONFIG: ./ci.nix + CI_CONFIG: ./ci/nodes.nix CI_PLATFORM: gh-actions DISCORD_WEBHOOK_LINK: ${{ secrets.DISCORD_WEBHOOK_LINK }} jobs: