diff --git a/dist/index.js b/dist/index.js index 16f22b5..83504f0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -95203,6 +95203,7 @@ async function tearDownAutoCache() { const idslib = new IdsToolbox({ name: "magic-nix-cache", fetchStyle: "gh-env-style", + idsProjectName: "magic-nix-cache-closure", }); idslib.onMain(async () => { await setUpAutoCache(idslib); diff --git a/src/index.ts b/src/index.ts index 75df5d9..ac76998 100644 --- a/src/index.ts +++ b/src/index.ts @@ -304,6 +304,7 @@ async function tearDownAutoCache(): Promise { const idslib = new IdsToolbox({ name: "magic-nix-cache", fetchStyle: "gh-env-style", + idsProjectName: "magic-nix-cache-closure", }); idslib.onMain(async () => {