From 2aeb416468f427ffa6cd8308347000529e85819a Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 09:48:44 -0400 Subject: [PATCH 1/2] 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 ee7a5f9..934db37 100644 --- a/.github/workflows/cache-merge.yml +++ b/.github/workflows/cache-merge.yml @@ -62,6 +62,7 @@ jobs: purge-created: 259200 # except the version with the `primary-key`, if it exists purge-primary-key: never + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} # Check that the `common` cache is restored correctly merge-similar-caches-check: -- 2.48.1 From 7dec8a20343082c2da52b1e3ae0657cdcff25273 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 10 Mar 2025 09:49:19 -0400 Subject: [PATCH 2/2] 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 -- 2.48.1