Passing cache to workflows on different repository #67
Unanswered
ohbus
asked this question in
Satellite India 2021 Q&A
Replies: 2 comments 1 reply
-
|
hey @ohbus - I'd recommend you check out http://support.github.com/ There is a specific topic : https://github.community/t/caching-files-between-github-action-executions that might help you get started. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Please reach out the GitHub support team. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
Can GitHub Actions pass cache stored (maven artifacts in my case) from one repo to workflows triggered in another repo?
I would like to know if matching the key would result in a cache hit from other repository?
Beta Was this translation helpful? Give feedback.
All reactions