Skip to content

Commit 436d8c2

Browse files
committed
Try again
1 parent fba9ad3 commit 436d8c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ jobs:
5757
core.exportVariable("ACTIONS_CACHE_URL", process.env.ACTIONS_CACHE_URL || "");
5858
core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_RESULTS_URL | "");
5959
core.exportVariable("ACTIONS_RUNTIME_TOKEN", process.env.ACTIONS_RUNTIME_TOKEN || "");
60+
core.exportVariable("ACTIONS_CACHE_SERVICE_V2", process.env.ACTIONS_CACHE_SERVICE_V2 || "");
6061
6162
- uses: pantsbuild/actions/init-pants@v9
6263
# This action bootstraps pants and manages 2-3 GHA caches.
6364
# See: github.com/pantsbuild/actions/tree/main/init-pants/
6465
with:
6566
# v0 makes it easy to bust the cache if needed
6667
# just increase the integer to start with a fresh cache
67-
gha-cache-key: v0
68+
gha-cache-key: v1
6869
# This repo has no 3rd-party requirements and no lockfiles, so we don't invalidate
6970
# the named caches on anything extra. See other example repos for better examples of
7071
# how to set up this cache.

pants.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env_vars = [
3434
"ACTIONS_CACHE_URL",
3535
"ACTIONS_RESULTS_URL",
3636
"ACTIONS_RUNTIME_TOKEN",
37+
"ACTIONS_CACHE_SERVICE_V2",
3738
"DYNAMIC_TAG",
3839
]
3940
use_buildx=true

0 commit comments

Comments
 (0)