From ba9e8c475d66de4e78a80763b049652f189c1dad Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Fri, 2 Aug 2024 13:29:29 -0400 Subject: [PATCH] fix(ci): Run check-nix-flake on PRs --- .github/workflows/update-flake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index 8b5da7df..72e55a14 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -20,3 +20,4 @@ jobs: commit-message: "flake: update dependencies" title: "[automation] update flake dependencies" branch: "automation/update-flake-dependencies" + token: ${{ secrets.UPDATE_FLAKE_TOKEN }}