summaryrefslogtreecommitdiffhomepage
path: root/kokoro/issue_reviver.cfg
blob: 2370d925023826c32b5cf45030243bad90d1f2e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build_file: "repo/scripts/issue_reviver.sh"

before_action {
  fetch_keystore {
    keystore_resource {
      keystore_config_id: 73898
      keyname: "kokoro-github-access-token"
    }
  }
}

env_vars {
  key: "KOKORO_GITHUB_ACCESS_TOKEN"
  value: "73898_kokoro-github-access-token"
}