From 35f9242e226393dbe1d0ad4224df8e20716a4eef Mon Sep 17 00:00:00 2001 From: Maxim Mironyuk Date: Thu, 9 May 2024 20:38:04 +0300 Subject: [PATCH] Update setup-gradle.md repsitory -> repository --- docs/setup-gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-gradle.md b/docs/setup-gradle.md index 17fe73d..566303a 100644 --- a/docs/setup-gradle.md +++ b/docs/setup-gradle.md @@ -198,7 +198,7 @@ jobs: ``` > [!IMPORTANT] -> The configuration cache cannot be saved or restored in workflows triggered by a pull requests from a repsitory fork. +> The configuration cache cannot be saved or restored in workflows triggered by a pull requests from a repository fork. > This is because [GitHub secrets are not passed to workflows triggered by PRs from forks](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow). > This prevents a malicious PR from reading the configuration-cache data, which may encode secrets read by Gradle.