Skip to content
Latchkey

Bearer Token - CI/CD Glossary Definition

A bearer token is a credential sent in an Authorization: Bearer <token> header; whoever holds (bears) it can use it, so it must be kept secret and is usually short-lived.

In CI

The automatically provided GITHUB_TOKEN is used as a bearer token for API calls within a workflow. Bearer tokens belong in encrypted secrets and should never be echoed to logs.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →