From 0a0be027fd3eb5c5b029f8f3a74b11ab12c48e1e Mon Sep 17 00:00:00 2001 From: zkpepe Date: Wed, 27 Aug 2025 17:17:52 +0300 Subject: [PATCH] docs: fix repo path typo (#4229) --- docs/authenticating-to-the-github-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authenticating-to-the-github-api.md b/docs/authenticating-to-the-github-api.md index 392c1f25..464feb1e 100644 --- a/docs/authenticating-to-the-github-api.md +++ b/docs/authenticating-to-the-github-api.md @@ -200,7 +200,7 @@ metadata: spec: template: spec: - repository: USER/REO + repository: USER/REPO serviceAccountName: my-service-account securityContext: # For Ubuntu 20.04 runner