forked from OSchip/llvm-project
9 lines
252 B
Bash
9 lines
252 B
Bash
|
#
|
||
|
# This file template shows which environment variables are required to run
|
||
|
# libc++ CI nodes. The actual values of these tokens must obviously never be
|
||
|
# checked in.
|
||
|
#
|
||
|
|
||
|
# Required to register a new agent with Buildkite
|
||
|
BUILDKITE_AGENT_TOKEN=<secret>
|