From 11129e3a73251802d6cf4e58326645bbef30f6ed Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Tue, 25 Aug 2026 18:50:57 -0700 Subject: [PATCH 1/2] chore(gocd): use GitHub App credentials --- gocd/templates/libs/utils.libsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gocd/templates/libs/utils.libsonnet b/gocd/templates/libs/utils.libsonnet index 8b57d034..58c47685 100644 --- a/gocd/templates/libs/utils.libsonnet +++ b/gocd/templates/libs/utils.libsonnet @@ -18,7 +18,8 @@ local gocdtasks = import 'github.com/getsentry/gocd-jsonnet/libs/gocd-tasks.libs jobs: { checks: { environment_variables: { - GITHUB_TOKEN: '{{SECRET:[devinfra-github][token]}}', + GITHUB_APP_ID: '{{SECRET:[devinfra-github][app_id]}}', + GITHUB_APP_PRIVATE_KEY: '{{SECRET:[devinfra-github][private_key]}}', }, timeout: 1800, elastic_profile_id: 'objectstore', From 88d280ce8de531c12788f73ada0b54f489ccec9b Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Thu, 27 Aug 2026 10:38:31 -0700 Subject: [PATCH 2/2] use checkruns2 for GitHub App credentials --- gocd/templates/bash/github-check-runs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gocd/templates/bash/github-check-runs.sh b/gocd/templates/bash/github-check-runs.sh index abd4fe88..9c80ab5f 100644 --- a/gocd/templates/bash/github-check-runs.sh +++ b/gocd/templates/bash/github-check-runs.sh @@ -1,6 +1,6 @@ #!/bin/bash -checks-githubactions-checkruns \ +checks-githubactions-checkruns2 \ getsentry/objectstore \ "${GO_REVISION_OBJECTSTORE_REPO}" \ "Test (all features)" \