diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-01-09 10:16:02 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-09 10:17:54 -0800 |
commit | 290908fa8ae2363c3d2a7af7cef8d5dda622cde7 (patch) | |
tree | 8cc75829d945c90e5e78c90ac64c7b33a8eddb2a /kokoro/issue_reviver.cfg | |
parent | d057871f410088fe6825b1dde695f015e36abf73 (diff) |
Configure issue reviver to run with Kokoro
PiperOrigin-RevId: 288921032
Diffstat (limited to 'kokoro/issue_reviver.cfg')
-rw-r--r-- | kokoro/issue_reviver.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kokoro/issue_reviver.cfg b/kokoro/issue_reviver.cfg new file mode 100644 index 000000000..2370d9250 --- /dev/null +++ b/kokoro/issue_reviver.cfg @@ -0,0 +1,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" +} |