blob: 7422b1bed824240483b60c5619bd273b73580c73 (
plain)
1
2
3
4
5
6
7
8
|
#
# 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>
|