livekit/LiveKit Token Server

Run this token server in CI and expose its /createToken endpoint for end-to-end tests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 23, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: livekit/token-server-action@a1e42c649a1998d5b224f5102f252c07762024f0 # v0.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
livekit-urlLiveKit server URL the minted tokens should target. Defaults to ws://localhost:7880, matching livekit-server --dev mode.nows://localhost:7880
api-keyLiveKit API key used to sign tokens. Defaults to devkey, matching livekit-server --dev mode.nodevkey
api-secretLiveKit API secret used to sign tokens. Defaults to secret, matching livekit-server --dev mode.nosecret
portPort the token server listens on.no3000
namedescription
token-urlURL of the token server's /createToken endpoint.
log-pathPath to the token server's captured stdout/stderr log.