Skip to content

Commit

Permalink
wip: use same github app for infra-reports github repos
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Apr 4, 2022
1 parent 666e1f2 commit ca030c2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/ext_jenkins-infra-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,10 @@ jobsDefinition:
repository: "infra-reports"
jenkinsfilePath: "permissions-report/Jenkinsfile"
credentials:
githubapp-jenkins-infra-reports-private-key-b64:
description: "The Github App private key in PEM format, encoded in base64"
secret: "${GITHUB_APP_JENKINSCI_INFRA_REPORTS_PRIVATE_KEY_B64}"
githubapp-jenkins-infra-reports-app-identifier:
description: "The GitHub App's identifier (type integer) of jenkins-infra-reports"
secret: "${GITHUB_APP_JENKINSCI_INFRA_REPORTS_APP_ID}"
description: "Github App installed on jenkinsci org for https://github.com/jenkins-infra/infra-reports scripts"
appId: "${GITHUB_APP_JENKINSCI_INFRA_REPORTS_ID}"
owner: "jenkinsci"
privateKey: "${GITHUB_APP_JENKINSCI_INFRA_REPORTS_PRIVATE_KEY}"
terraform-jobs:
name: Terraform Jobs
description: Folder hosting all the Terraform-related jobs
Expand Down

0 comments on commit ca030c2

Please sign in to comment.