Created
June 4, 2025 14:00
-
-
Save diegolovison/7240aadd4979913d2cfe57bd1b5e84a3 to your computer and use it in GitHub Desktop.
repo-config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "webhook-umb-project-config", | |
"repoFullName": "lampajr/webhook-umb-example", | |
"repositoryUrl": "https://github.com/lampajr/webhook-umb-example", | |
"description": "First example showing Github - UMB - Horreum integration", | |
"authorizedUsers": [ | |
"lampajr", | |
"johnaohara", | |
"barreiro" | |
], | |
"secrets": [ | |
{ | |
"key": "datastoreApiKey", | |
"value": "CHANGE_ME_HORREUM_API_KEY", | |
"provider": "plainText" | |
}, | |
{ | |
"key": "base64ApiKey", | |
"value": "Q0hBTkdFX01FX0pFTktJTlNfQVBJX0tFWQ==", | |
"provider": "base64" | |
}, | |
{ | |
"key": "quayBotPassword", | |
"value": "QUAY_BOT_PASSWORD", | |
"provider": "githubSecrets" | |
}, | |
{ | |
"key": "centralPassword", | |
"value": "CENTRAL_PORTAL_PASSWORD", | |
"provider": "bitwarden" | |
}, | |
{ | |
"key": "perfBotToken", | |
"value": "RH_PERF_BOT_TOKEN", | |
"provider": "gpg" | |
} | |
], | |
"jobPlatformUser": "admin", | |
"jobs": { | |
"getting-started": { | |
"name": "getting-started", | |
"platformJobId": "getting-started", | |
"pullRequestNumberParam": "PULL_REQUEST_NUMBER", | |
"repoFullNameParam": "REPO_FULL_NAME", | |
"repoCommitParam": "APP_COMMIT", | |
"datastoreConfig": { | |
"testId": "10", | |
"viewId": "2" | |
}, | |
"configurableParams": { | |
"UPLOAD_TO_HORREUM": { | |
"name": "UPLOAD_TO_HORREUM" | |
}, | |
"APP_COMMIT": { | |
"name": "APP_COMMIT" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment