[RFC] Find a way to make Remote Caching work when building PRs sent from a fork of a GitHub repo #7488
steveluscher
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which project is this feature idea for?
Turborepo
Describe the feature you'd like to request
When a community member sends my repo a pull request from their own fork, I have a workflow that builds their submitted code with Turborepo. Under these conditions, remote caching does not work.
TURBO_TOKENin such cases therefore fails to access the remote cache.Describe the solution you'd like
A technique for caching and recovering cached artifacts in workflows that run Turborepo on PRs from community forks on GitHub.
Describe alternatives you've considered
TURBO_TOKENinto the workflow rather than using environment variables, thereby leaking it to the public.Beta Was this translation helpful? Give feedback.
All reactions