Skip to content

fix(ci): grant write permissions to Claude GitHub Action#74

Merged
NicholaiVogel merged 1 commit intomainfrom
fix/claude-action-permissions
Feb 12, 2026
Merged

fix(ci): grant write permissions to Claude GitHub Action#74
NicholaiVogel merged 1 commit intomainfrom
fix/claude-action-permissions

Conversation

@NicholaiVogel
Copy link
Copy Markdown
Contributor

Summary

Updates the Claude Code GitHub Action workflow permissions to allow Claude to create branches, push commits, and create PRs when tagged in issues or comments.

Previously, the workflow only had read permissions, preventing Claude from committing any changes it implemented.

Changes

  • contents: readcontents: write — create branches and push commits
  • pull-requests: readpull-requests: write — create PRs and comments
  • issues: readissues: write — update issue comments
  • Updated additional_permissions to match

Test plan

  • Merge this PR
  • Create a test issue with @claude in the body
  • Ask Claude to implement a simple fix
  • Verify Claude can create a branch, push commits, and provide a PR link

Sources

Update workflow permissions to allow Claude to create branches,
push commits, and create PRs when tagged in issues or comments.

- contents: write - create branches and push commits
- pull-requests: write - create PRs and comments
- issues: write - update issue comments
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
compass 3899194 Feb 12 2026, 11:22 PM

@NicholaiVogel NicholaiVogel merged commit 27269be into main Feb 12, 2026
4 checks passed
@NicholaiVogel NicholaiVogel deleted the fix/claude-action-permissions branch February 12, 2026 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant