From 4414cb20ece7dfae76e9a4a1659cb34aac9b95ab Mon Sep 17 00:00:00 2001 From: Jonathan Conder Date: Wed, 27 May 2026 18:04:02 +0100 Subject: [PATCH] Switch to official Canonical GitHub App --- github-runner/oauth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-runner/oauth.go b/github-runner/oauth.go index 5144a73..d27e79a 100644 --- a/github-runner/oauth.go +++ b/github-runner/oauth.go @@ -16,8 +16,8 @@ import ( "github.com/canonical/sdks/github-runner/24.04/internal/oauth2w" ) -const clientID = "Iv23liePVCCGpWdMJNXb" -const appURL = "https://github.com/apps/test-app-jonathan-conder-1" +const clientID = "Iv23liTDRAG9hbRN13UN" +const appURL = "https://github.com/apps/runner-sdk-for-workshop" func (c *repoConfig) oauthClient(ctx context.Context, std stdio) (*http.Client, error) { client := &http.Client{Timeout: 10 * time.Second}