GITHUB_TOKEN - CI/CD 用語集の定義
GITHUB_TOKEN は GitHub Actions が各実行に提供する、自動生成される短命の認証情報です。権限は permissions: キーで設定し、job が終わると失効します。
関連ガイド
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…
Secret - CI/CD Glossary DefinitionSecret: A **secret** is an encrypted value (token, key) stored by GitHub and injected into workflows without…
OIDC - CI/CD Glossary DefinitionOIDC: **OIDC** (OpenID Connect) lets a workflow exchange its identity for short-lived cloud credentials, remo…