From fd826be6da97bd6042d0cd577340df4fa30ec930 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 09:49:19 -0400 Subject: [PATCH] add token to cache-merge --- .github/workflows/cache-merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cache-merge.yml b/.github/workflows/cache-merge.yml index 934db37..1a8abc4 100644 --- a/.github/workflows/cache-merge.yml +++ b/.github/workflows/cache-merge.yml @@ -45,6 +45,7 @@ jobs: purge-created: 0 # except the version with the `primary-key`, if it exists purge-primary-key: never + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} - uses: nix-community/cache-nix-action@v6 name: purge some individual caches