Deploy Key - Definição no Glossário de CI/CD
Uma deploy key é uma chave SSH que concede acesso a exatamente um repositório, restringindo as credenciais de CI de forma mais rígida do que um token de usuário.
Guias relacionados
Personal Access Token (PAT) - CI/CD Glossary DefinitionA personal access token (PAT) is a user-tied credential used when the built-in GITHUB_TOKEN lacks the cross-r…
GITHUB_TOKEN - CI/CD Glossary DefinitionGITHUB_TOKEN is the short-lived credential GitHub Actions injects into every workflow run, scoped to the repo…
Secret - CI/CD Glossary DefinitionSecret: A **secret** is an encrypted value (token, key) stored by GitHub and injected into workflows without…