GitHub Agentic Workflows now use GITHUB_TOKEN, no PAT needed
GitHub Agentic Workflows have been updated to use GitHub Actions' built-in GITHUB_TOKEN, eliminating the need for personal access tokens (PATs). This change simplifies management, reduces security risks, and allows AI credit consumption to be billed directly to organizations. Configuration requires enabling a Copilot policy and updating workflow permissions, with cost management options available for organizations.
- →Use GITHUB_TOKEN for Agentic Workflows, removing PAT requirement
- →Enable organization billing for Agentic Workflows
- →Manage costs with organization billing for Agentic Workflows
- →Update Agentic Workflows CLI for new features
- →Feature available across all Copilot plans
Features (1) ›
- Use GITHUB_TOKEN for Agentic Workflows, removing PAT requirement
Agentic workflows can now leverage GitHub Actions' GITHUB_TOKEN, eliminating the operational and security overhead of managing personal access tokens (PATs).
Enhancements (2) ›
- Enable organization billing for Agentic Workflows
AI credit consumption by agentic workflows in organization-owned repositories is now billed directly to the organization. This requires enabling a specific Copilot policy and updating workflow frontmatter to include `copilot-requests: write`.
- Manage costs with organization billing for Agentic Workflows
Organizations can manage spend by configuring cost centers and applying budgets, or by using the cost management tools within GitHub Agentic Workflows to monitor and cap token usage.
Notes (2) ›
- Update Agentic Workflows CLI for new features
Users must be on the latest version of the Agentic Workflows CLI to utilize these new features. Upgrade using the command `$ gh extension upgrade awto`.
- Feature available across all Copilot plans
This update for GitHub Agentic Workflows is accessible to users on all Copilot plans, including Copilot Free, Copilot Pro, Copilot Pro+, Copilot Business, and Copilot Enterprise.
https://github.blog/changelog/2026-06-11-agentic-workflows-no-longer-need-a-personal-access-token
Related releases
- GitHub Copilot adds tiers for cost and quality in auto model selection GitHub Changelog ·
- GitHub Copilot usage metrics now include VS Code Agents activity GitHub Changelog ·
- GitHub Copilot Code Review Gains Auto-Resolution, Smart Commits, and Deeper Analysis GitHub Changelog ·
- GitHub Copilot Weekly Releases: Jira Integration, HydraFusion, and Enterprise Controls GitHub Changelog ·
- GitHub Launches Refreshed Repository Pull Requests Page in Public Preview GitHub Changelog ·
- GitHub AI Scan for PRs: API Management Now in Public Preview GitHub Changelog ·