GitHub widens Copilot secrets access
- GitHub gave Copilot cloud agent a new “Agents” secrets store on May 8, letting organizations share scoped secrets and variables across repositories. - The change adds org-level controls for the first time, separate from Actions settings, with per-repository access rules that mirror GitHub Actions permissions. - GitHub also said Grok Code Fast 1 leaves Copilot on May 15, underscoring how fast enterprise AI tooling keeps shifting.
GitHub just made a pretty important change to how Copilot’s cloud agent works. The short version is that background coding agents can now get secrets and variables through a dedicated “Agents” store, instead of relying on narrower repo-by-repo setup. That sounds like plumbing — and it is — but this is the kind of plumbing that decides whether an AI agent can actually build, test, and ship useful work inside a real company. GitHub announced the change on May 8, alongside another reminder that the model layer under Copilot is moving fast: Grok Code Fast 1 is being removed from Copilot on May 15. ### What actually changed for Copilot? Copilot cloud agent now has its own dedicated “Agents” secrets and variables category, sitting next to GitHub’s existing buckets for Actions, Codespaces, and Dependabot. The big unlock is organization-level configuration — teams can define secrets once, then share them across any or all repositories in the org, with repository-level controls for who gets access. GitHub also split these settings into a separate Agents section, instead of mixing them into Actions configuration. (github.blog) ### Why does that matter so much? Because agentic coding without credentials is mostly a demo. A cloud agent can write code, but real work usually means pulling packages, hitting internal APIs, running tests against private services, or talking to deployment systems. Before this, GitHub’s own community discussions made clear that Copilot agents did not automatically inherit normal Actions org or repo secrets at runtime — you had to add values specifically to the Copilot environment, which was more limiting. (github.blog) This update is GitHub’s answer to that friction. ### Why separate “Agents” from “Actions”? Because a coding agent is not the same thing as a CI job, even if both run on GitHub Actions infrastructure. Actions secrets were built around deterministic workflows you wrote yourself. Agent secrets are for a system that can decide what steps to take inside a task. Keeping those credentials in a separate bucket makes the trust boundary clearer — at least on paper — and gives admins a cleaner place to audit what background agents can touch. (github.com) That separation is the real governance signal here. ### What’s the new risk? More capable agents mean more valuable credentials sitting closer to autonomous behavior. If an agent can open pull requests, run builds, call services, and use org-shared secrets, platform teams now need tighter scoping, shorter-lived credentials, and better review of which repositories can access what. Basically, the old question was “can the agent do enough?” Now the question is “can the agent do enough without getting too much power?” The feature solves one bottleneck and creates a sharper security design problem. (github.blog) ### Where does GitHub Actions fit in? GitHub is still using GitHub Actions as the execution layer for these background environments. That matters because Actions already gives enterprises familiar controls around runners, logs, policy, and repo access. But the new Agents store shows GitHub is building a distinct operating model on top of Actions — one where AI agents are becoming first-class actors rather than weird sidecars attached to CI. (github.blog) ### Why mention Grok in the same breath? Because it shows the other half of the platform story. On the same day, GitHub said Grok Code Fast 1 will be deprecated across Copilot Chat, inline edits, ask mode, agent mode, and code completions on May 15, with GPT-5 mini and Claude Haiku 4.5 suggested as replacements. GitHub said the timeline was accelerated because the model provider is deprecating it. So while GitHub is making the execution layer more enterprise-ready, the model layer is still churning underneath. (github.blog) ### Is this a one-off, or part of a bigger shift? It looks like part of a bigger shift. GitHub’s recent changelog has been full of cloud-agent updates — faster startup, more usage metrics, session management, IDE hooks, and policy controls. This secrets change fits that pattern. Copilot is moving from “assistant in the editor” toward “agent that operates inside the software delivery system.” (github.blog) ### Bottom line? GitHub didn’t just add a settings page. It gave Copilot cloud agent a more practical way to reach the credentials real engineering work needs. That makes agentic coding more useful inside enterprises — but it also means security teams need to treat AI agents less like chatbots and more like new production actors with keys. (github.blog 1) (github.blog 2)