Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gocd/templates/bash/check-github-runs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

checks-githubactions-checkruns \
checks-githubactions-checkruns2 \
"getsentry/taskbroker" \
"${GO_REVISION_TASKBROKER_REPO}" \
"Build and push production images to single-region registry" \
Expand Down
3 changes: 2 additions & 1 deletion gocd/templates/pipelines/taskbroker.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ local checks_stage = {
timeout: 20,
elastic_profile_id: 'taskbroker',
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]}}',
},
tasks: [
gocdtasks.script(importstr '../bash/check-github-runs.sh'),
Expand Down
Loading