From 0f64293a86d42e03ee197cc1d20b32c96c933598 Mon Sep 17 00:00:00 2001 From: Jose Alvarez <47305925+jalvarezit@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:47:49 +0100 Subject: [PATCH] use operatorPat to retrieve latest versions of CLI and operator release --- firestartr-bootstrap/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestartr-bootstrap/main.go b/firestartr-bootstrap/main.go index 9455002b..f5fcc511 100644 --- a/firestartr-bootstrap/main.go +++ b/firestartr-bootstrap/main.go @@ -135,7 +135,7 @@ func New( // calculate operator and CLI versions if necessary (when equal to "latest") if bootstrap.Firestartr.OperatorVersion == "latest" { - opVer, err := getLatestOperatorVersion(ctx, creds.GithubApp.PrefappBotPat) + opVer, err := getLatestOperatorVersion(ctx, creds.GithubApp.OperatorPat) if err != nil { return nil, err }