Deploy Token - CI/CD Glossary Definition
A deploy token is a purpose-built credential scoped to a single capability (such as pushing to a registry or reading a package feed), used by pipelines instead of a personal account so access is auditable and revocable.
Related guides
Webhook Secret - CI/CD Glossary DefinitionA webhook secret is a shared key used to sign webhook payloads so the receiver can verify a delivery genuinel…
Environment Variable Scoping - CI/CD Glossary DefinitionEnvironment variable scoping controls where a value is visible - workflow, job, or step - so secrets and conf…
Idempotency Key - CI/CD Glossary DefinitionAn idempotency key is a unique token a client attaches to a request so a server can recognize and ignore dupl…