livekit/LiveKit Token Server
Run this token server in CI and expose its /createToken endpoint for end-to-end tests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- MIT
Pinned Snippet
uses: livekit/token-server-action@a1e42c649a1998d5b224f5102f252c07762024f0 # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| livekit-url | LiveKit server URL the minted tokens should target. Defaults to ws://localhost:7880, matching livekit-server --dev mode. | no | ws://localhost:7880 |
| api-key | LiveKit API key used to sign tokens. Defaults to devkey, matching livekit-server --dev mode. | no | devkey |
| api-secret | LiveKit API secret used to sign tokens. Defaults to secret, matching livekit-server --dev mode. | no | secret |
| port | Port the token server listens on. | no | 3000 |
Outputs
| name | description |
|---|---|
| token-url | URL of the token server's /createToken endpoint. |
| log-path | Path to the token server's captured stdout/stderr log. |