DevOps · GitHub Actions
What is GitHub Actions secrets?
GitHub Actions secrets store sensitive values for workflows, but secure usage also depends on who can trigger a job, which runners execute it, and what permissions the workflow receives. Secrets should be treated as short-lived credentials whenever possible.