← Back to context

Comment by yellow_lead

21 days ago

Given that PRs run actions in a more trusted context for private repos, this is a bit concerning.

As we've built Copilot coding agent, we've put a lot of thought and work into our security story.

One of the things we've done here is to treat Copilot's commits like commits from a first-time contributor to an open source project.

When Copilot pushes changes, your GitHub Actions workflows won't run by default, and you'll have to click the "Approve and run workflows" button in the merge box.

That gives you the chance to run Copilot's code before it runs in Actions and has access to your secrets.

(Source: I'm on the product team for Copilot coding agent.)